diff --git a/modules/spock/build.gradle b/modules/spock/build.gradle index 5924c93b3b2..f0f0d9b44ef 100644 --- a/modules/spock/build.gradle +++ b/modules/spock/build.gradle @@ -17,7 +17,7 @@ dependencies { testRuntimeOnly 'org.postgresql:postgresql:42.7.4' testRuntimeOnly 'mysql:mysql-connector-java:8.0.33' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2' testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.11.0' testCompileOnly 'org.jetbrains:annotations:24.1.0'