diff --git a/build.gradle b/build.gradle index 7e3a869..8ca55bd 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.12' // using old groovy because it's more permissive and allow testing more edge cases - testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5' + testImplementation 'org.spockframework:spock-core:2.4-groovy-2.5' } group = 'ru.vyarus'