diff --git a/build.gradle.kts b/build.gradle.kts index d9e84c82..334f4cb5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { testImplementation("org.assertj:assertj-core:3.24.2") testImplementation("org.awaitility:awaitility:4.2.0") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.6.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0") testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.6.1") }