From 7e79822da9dd70165a1da1ff21cbf3700fc2b87a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 18:45:33 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.dataformat:jackson-dataformat-smile Bumps the gradle group with 1 update in the /sources/test/init-scripts directory: [com.fasterxml.jackson.dataformat:jackson-dataformat-smile](https://github.com/FasterXML/jackson-dataformats-binary). Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-smile` from 2.19.2 to 2.20.0 - [Commits](https://github.com/FasterXML/jackson-dataformats-binary/compare/jackson-dataformats-binary-2.19.2...jackson-dataformats-binary-2.20.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-smile dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] --- sources/test/init-scripts/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/test/init-scripts/build.gradle b/sources/test/init-scripts/build.gradle index 78a75f6b..2f89c36a 100644 --- a/sources/test/init-scripts/build.gradle +++ b/sources/test/init-scripts/build.gradle @@ -20,7 +20,7 @@ dependencies { 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.19.2' + testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.20.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }