diff --git a/build.gradle.kts b/build.gradle.kts index b9175289f..98064c953 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,8 +69,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.13.2") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2") + testImplementation("org.junit.jupiter:junit-jupiter:5.13.3") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.3") } plugins.withId("java") {