We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d43061 commit b83205cCopy full SHA for b83205c
build.gradle
@@ -45,7 +45,7 @@ dependencies {
45
testImplementation gradleTestKit()
46
testImplementation 'commons-io:commons-io:2.15.1'
47
testImplementation 'com.google.jimfs:jimfs:1.3.0' // In-Memory Filesystem
48
- testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0', {
+ testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0', {
49
exclude group: 'org.codehaus.groovy'
50
}
51
testImplementation 'org.hamcrest:hamcrest-all:1.3'
0 commit comments