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