From f45db26f64563e2c02b404dcd9980744951845a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 09:35:20 +0000 Subject: [PATCH] Update dependency org.spockframework:spock-core to v2.3-groovy-4.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dd645b3..59351fb 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { testImplementation gradleTestKit() testImplementation 'commons-io:commons-io:2.11.0' testImplementation 'com.google.jimfs:jimfs:1.2' // 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'