From 8382e59a71dbfc2a7dffcb369e061f01d586bc58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:11:40 +0000 Subject: [PATCH] build(deps): bump org.junit.platform:junit-platform-launcher Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.11.2 to 1.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2887f77..28d44d8 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { // Use JUnit test framework testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.2' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.2' - testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.11.2' + testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.11.3' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.11.2' testImplementation "org.testfx:testfx-junit5:4.0.18"