diff --git a/build.gradle.kts b/build.gradle.kts index 2599ecc..89fd9ee 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { testImplementation("org.junit.jupiter", "junit-jupiter-engine", "5.11.4") testImplementation("org.mockito", "mockito-core", "5.21.0") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3") } tasks.withType {