From 3442d19340865f150672f93d51f0ad419c521d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 23:06:04 +0000 Subject: [PATCH] Bump the gradle group across 1 directory with 2 updates Bumps the gradle group with 1 update in the /sources/test/init-scripts directory: [org.spockframework:spock-core](https://github.com/spockframework/spock). Updates `org.spockframework:spock-core` from 2.3-groovy-4.0 to 2.4-groovy-5.0 - [Release notes](https://github.com/spockframework/spock/releases) - [Changelog](https://github.com/spockframework/spock/blob/master/docs/release_notes.adoc) - [Commits](https://github.com/spockframework/spock/commits) Updates `org.spockframework:spock-junit4` from 2.3-groovy-4.0 to 2.4-groovy-5.0 - [Release notes](https://github.com/spockframework/spock/releases) - [Changelog](https://github.com/spockframework/spock/blob/master/docs/release_notes.adoc) - [Commits](https://github.com/spockframework/spock/commits) --- updated-dependencies: - dependency-name: org.spockframework:spock-core dependency-version: 2.4-groovy-5.0 dependency-type: direct:production dependency-group: gradle - dependency-name: org.spockframework:spock-junit4 dependency-version: 2.4-groovy-5.0 dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] --- sources/test/init-scripts/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/test/init-scripts/build.gradle b/sources/test/init-scripts/build.gradle index 859fc378..f26ba43f 100644 --- a/sources/test/init-scripts/build.gradle +++ b/sources/test/init-scripts/build.gradle @@ -14,8 +14,8 @@ repositories { dependencies { testImplementation gradleTestKit() - testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0' - testImplementation('org.spockframework:spock-junit4:2.3-groovy-4.0') + testImplementation 'org.spockframework:spock-core:2.4-groovy-4.0' + testImplementation('org.spockframework:spock-junit4:2.4-groovy-4.0') testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') { exclude group: 'org.codehaus.groovy', module: 'groovy-all'