From a258c5933c83c806fb757821dbc439445eeb7b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:20:53 +0000 Subject: [PATCH] Bump the gradle group across 1 directory with 2 updates Bumps the gradle group with 2 updates in the /sources/test/init-scripts directory: org.spockframework:spock-junit4 and [com.fasterxml.jackson.dataformat:jackson-dataformat-smile](https://github.com/FasterXML/jackson-dataformats-binary). Updates `org.spockframework:spock-junit4` from 2.3-groovy-3.0 to 2.3-groovy-4.0 Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-smile` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson-dataformats-binary/compare/jackson-dataformats-binary-2.18.1...jackson-dataformats-binary-2.18.2) --- updated-dependencies: - dependency-name: org.spockframework:spock-junit4 dependency-type: direct:production dependency-group: gradle - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-smile dependency-type: direct:production update-type: version-update:semver-patch 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 e308b03..b2a7f2a 100644 --- a/sources/test/init-scripts/build.gradle +++ b/sources/test/init-scripts/build.gradle @@ -15,12 +15,12 @@ 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' } - testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.18.1' + testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.18.2' } test {