From 2b5600611fa8e2881f09efd954b852cf6749a5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 13:15:47 +0000 Subject: [PATCH] Bump spock-junit4 in /test/init-scripts Bumps spock-junit4 from 2.2-groovy-3.0 to 2.3-groovy-4.0. --- updated-dependencies: - dependency-name: org.spockframework:spock-junit4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/init-scripts/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/init-scripts/build.gradle b/test/init-scripts/build.gradle index 5a4110c..204a7f2 100644 --- a/test/init-scripts/build.gradle +++ b/test/init-scripts/build.gradle @@ -15,7 +15,7 @@ repositories { dependencies { testImplementation gradleTestKit() testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0' - testImplementation('org.spockframework:spock-junit4:2.3-groovy-3.0') + testImplementation('org.spockframework:spock-junit4:2.3-groovy-4.0') testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') { exclude group: 'org.codehaus.groovy', module: 'groovy-all'