We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b72d27 commit 035a003Copy full SHA for 035a003
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