diff --git a/build.gradle.kts b/build.gradle.kts index 3bade4d..787bb4a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { implementation("org.apache.commons:commons-collections4:4.5.0-M2") implementation("org.junit.jupiter:junit-jupiter-api:5.11.4") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1") } tasks.named("test") {