diff --git a/build.gradle b/build.gradle index 55e830d..400e8c9 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ dependencies { testImplementation gradleTestKit() testImplementation 'commons-io:commons-io:2.15.1' testImplementation 'com.google.jimfs:jimfs:1.3.0' // In-Memory Filesystem - testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0', { + testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0', { exclude group: 'org.codehaus.groovy' } testImplementation 'org.hamcrest:hamcrest-all:1.3'