From 69353a9e141a8a7865bcbf48a099ad644e9adf2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 23:05:08 +0000 Subject: [PATCH] Bump the gradle group across 1 directory with 4 updates Bumps the gradle group with 3 updates in the /sources/test/init-scripts directory: [org.spockframework:spock-core](https://github.com/spockframework/spock), [com.fasterxml.jackson.dataformat:jackson-dataformat-smile](https://github.com/FasterXML/jackson-dataformats-binary) and com.gradle.develocity. Updates `org.spockframework:spock-core` from 2.3-groovy-4.0 to 2.4-groovy-4.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-4.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 `com.fasterxml.jackson.dataformat:jackson-dataformat-smile` from 2.20.1 to 2.21.0 - [Commits](https://github.com/FasterXML/jackson-dataformats-binary/compare/jackson-dataformats-binary-2.20.1...jackson-dataformats-binary-2.21.0) Updates `com.gradle.develocity` from 4.3 to 4.3.1 --- updated-dependencies: - dependency-name: org.spockframework:spock-core dependency-version: 2.4-groovy-4.0 dependency-type: direct:production dependency-group: gradle - dependency-name: org.spockframework:spock-junit4 dependency-version: 2.4-groovy-4.0 dependency-type: direct:production dependency-group: gradle - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-smile dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.gradle.develocity dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] --- sources/test/init-scripts/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/test/init-scripts/build.gradle b/sources/test/init-scripts/build.gradle index 859fc378..eea52836 100644 --- a/sources/test/init-scripts/build.gradle +++ b/sources/test/init-scripts/build.gradle @@ -14,13 +14,13 @@ 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' } - testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.20.1' + testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.21.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }