diff --git a/build.gradle.kts b/build.gradle.kts index 60f55ecf7..30fdf4baf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,8 +69,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.13.0") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.0") + testImplementation("org.junit.jupiter:junit-jupiter:5.13.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1") } plugins.withId("java") {