We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2132d commit 1d2da4eCopy full SHA for 1d2da4e
build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
exclude group: 'org.codehaus.groovy'
37
}
38
//for "@Rule TemporaryFolder"
39
- testImplementation('org.spockframework:spock-junit4:2.3-groovy-3.0') {
+ testImplementation('org.spockframework:spock-junit4:2.3-groovy-4.0') {
40
41
42
testImplementation 'net.bytebuddy:byte-buddy:1.14.8' //for Spying in Spock
0 commit comments