diff --git a/modules/spock/build.gradle b/modules/spock/build.gradle index 92e20a0dda7..d6597c3cfc0 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' + testCompileOnly 'org.jetbrains:annotations:26.0.2-1' } tasks.withType(GroovyCompile) {