diff --git a/build.gradle.kts b/build.gradle.kts index 0a991d7a5..8e0391327 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -267,7 +267,7 @@ dependencies { testImplementation("org.junit.platform:junit-platform-commons:1.10.2") testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2") testImplementation("org.junit.platform:junit-platform-engine:1.10.0") - testImplementation("org.junit.platform:junit-platform-launcher:1.9.1") + testImplementation("org.junit.platform:junit-platform-launcher:1.11.1") testImplementation("org.junit.platform:junit-platform-suite-engine:1.9.1") testImplementation("org.mockito:mockito-inline:4.8.0") testImplementation("org.hamcrest:hamcrest:2.2")