diff --git a/modules/spock/build.gradle b/modules/spock/build.gradle index a7c22423b65..f444dd9454f 100644 --- a/modules/spock/build.gradle +++ b/modules/spock/build.gradle @@ -18,7 +18,7 @@ dependencies { testRuntimeOnly 'org.postgresql:postgresql:42.6.0' testRuntimeOnly 'mysql:mysql-connector-java:8.0.33' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.9.3' - testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.9.3' + testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.10.0' testCompileOnly 'org.jetbrains:annotations:24.0.1' }