diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts index 81a87a5..72d91cf 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.7") - 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 ea813e9..1b64da7 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.7") - 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)