diff --git a/build.gradle.kts b/build.gradle.kts index 82afa7db2a..9d0dadf76e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -79,8 +79,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.11.3") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3") + testImplementation("org.junit.jupiter:junit-jupiter:5.11.4") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4") } plugins.withId("java") {