From a3adbdafa8cf21e8f4ea629fe1e00cffbf631f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:49:27 +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.0 to 1.11.1. - [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 609d44e..43d5a00 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.1' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.0' - testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.11.0' + testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.11.1' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.11.1' testImplementation "org.testfx:testfx-junit5:4.0.18"