diff --git a/build.gradle.kts b/build.gradle.kts index 01484582..2ebccc39 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,7 +52,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.4") testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0") } tasks.test {