diff --git a/modules/spock/build.gradle b/modules/spock/build.gradle index 53e945c8108..c826c67cfc8 100644 --- a/modules/spock/build.gradle +++ b/modules/spock/build.gradle @@ -21,7 +21,7 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testRuntimeOnly 'org.junit.platform:junit-platform-testkit' - testCompileOnly 'org.jetbrains:annotations:26.0.2-1' + testCompileOnly 'org.jetbrains:annotations:26.1.0' } tasks.withType(GroovyCompile) {