diff --git a/build.gradle.kts b/build.gradle.kts index abe5f3632..450035bae 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -73,8 +73,8 @@ subprojects { dependencies { // Tests - testImplementation("org.junit.jupiter:junit-jupiter:5.14.0") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.0") + testImplementation("org.junit.jupiter:junit-jupiter:6.0.0") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0") } plugins.withId("java") {