diff --git a/build.gradle.kts b/build.gradle.kts index 5a4ab990d..43c80a607 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -79,8 +79,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.12.0") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.0") + testImplementation("org.junit.jupiter:junit-jupiter:5.12.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.1") } plugins.withId("java") {