From 14ac3d6351602bece7e0af25de31edb909e02e87 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 24 Mar 2026 09:24:18 -0600
Subject: [PATCH] Bump
com.fasterxml.jackson.dataformat:jackson-dataformat-smile from 2.21.1 to
2.21.2 in /sources/test/init-scripts in the gradle group across 1 directory
(#907)
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.21.1 to 2.21.2
Commits
4abc5dc
[maven-release-plugin] prepare release
jackson-dataformats-binary-2.21.2
c139eb7
Prep for 2.21.2 release
4a33277
Merge branch '2.20' into 2.21
816df57
Merge branch '2.19' into 2.20
3ae1b31
Update release notes
c5f2378
Post-release dep version bump
182a13a
[maven-release-plugin] prepare for next development iteration
- See full diff in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
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 cdba8513..5fbbd514 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.21.1'
+ testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.21.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}