From 1109b2ae7ab88c4d68dda162f116f44fb7fc2bca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 05:03:39 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-engine from 5.13.2 to 5.13.3 Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.13.2 to 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 494212598fa..ae0f08946a8 100644 --- a/build.gradle +++ b/build.gradle @@ -260,9 +260,9 @@ dependencies { testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.13.2' testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.13.2' - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.2' - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.13.2' - testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.13.2' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.3' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.13.3' + testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.13.3' testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0' testImplementation group: 'org.testfx', name: 'testfx-junit5', version: '4.0.18' testImplementation group: 'org.testfx', name: 'openjfx-monocle', version: '21.0.2'