diff --git a/build.gradle.kts b/build.gradle.kts index 30fdf4baf..b6d9460a7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -70,7 +70,7 @@ subprojects { dependencies { // Tests testImplementation("org.junit.jupiter:junit-jupiter:5.13.1") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2") } plugins.withId("java") {