diff --git a/build.gradle b/build.gradle index 55e830d..ed8b6fb 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { testImplementation localGroovy() testImplementation gradleTestKit() - testImplementation 'commons-io:commons-io:2.15.1' + testImplementation 'commons-io:commons-io:2.18.0' testImplementation 'com.google.jimfs:jimfs:1.3.0' // In-Memory Filesystem testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0', { exclude group: 'org.codehaus.groovy'