diff --git a/build.gradle b/build.gradle index 74e744de0f2..db2a3840787 100644 --- a/build.gradle +++ b/build.gradle @@ -260,9 +260,9 @@ dependencies { testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.13.3' testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.13.3' - 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.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.4' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.13.4' + testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.13.4' 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'