We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ef704 commit c5ef35aCopy full SHA for c5ef35a
build.gradle
@@ -43,7 +43,7 @@ dependencies {
43
44
testImplementation localGroovy()
45
testImplementation gradleTestKit()
46
- testImplementation 'commons-io:commons-io:2.15.1'
+ testImplementation 'commons-io:commons-io:2.18.0'
47
testImplementation 'com.google.jimfs:jimfs:1.3.0' // In-Memory Filesystem
48
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0', {
49
exclude group: 'org.codehaus.groovy'
0 commit comments