diff --git a/modules/spock/build.gradle b/modules/spock/build.gradle index a095bcb8a80..cc8db8e0c64 100644 --- a/modules/spock/build.gradle +++ b/modules/spock/build.gradle @@ -18,7 +18,7 @@ dependencies { testRuntime 'org.postgresql:postgresql:42.2.18' testRuntime 'mysql:mysql-connector-java:8.0.22' - testCompileClasspath 'org.jetbrains:annotations:20.1.0' + testCompileClasspath 'org.jetbrains:annotations:24.0.1' } sourceJar {