diff --git a/modules/spock/build.gradle b/modules/spock/build.gradle index 7a5c6e0e0fc..d2eb9c4b86d 100644 --- a/modules/spock/build.gradle +++ b/modules/spock/build.gradle @@ -17,8 +17,8 @@ dependencies { testRuntimeOnly 'org.postgresql:postgresql:42.7.7' testRuntimeOnly 'mysql:mysql-connector-java:8.0.33' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3' - testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.13.3' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' + testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.13.4' testCompileOnly 'org.jetbrains:annotations:26.0.2' }