diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts index 586e261..7f4d39a 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -79,7 +79,7 @@ dependencies { testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.8") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0") } java { diff --git a/integrationtest/build.gradle.kts b/integrationtest/build.gradle.kts index b5eb565..2975e66 100644 --- a/integrationtest/build.gradle.kts +++ b/integrationtest/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { testRuntimeOnly(libs.logback) testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.8") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0") } tasks.check.get().shouldRunAfter(project(":engine").tasks.check)