We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ace30 commit 91ec584Copy full SHA for 91ec584
build.gradle
@@ -19,7 +19,7 @@ dependencies {
19
testImplementation group: 'com.google.guava', name: 'guava', version: '33.5.0-jre'
20
testImplementation group: 'commons-io', name: 'commons-io', version: '2.21.0'
21
22
- testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
+ testImplementation 'org.spockframework:spock-core:2.4-groovy-5.0'
23
}
24
25
java {
0 commit comments