From 3a0458d1eca85e70adce7929e27be363dec297e1 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 4 Nov 2025 15:54:06 +0100
Subject: [PATCH] Bump
com.fasterxml.jackson.dataformat:jackson-dataformat-smile from 2.20.0 to
2.20.1 in /sources/test/init-scripts in the gradle group across 1 directory
(#778)
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.20.0 to 2.20.1
Commits
7cf8a3c
[maven-release-plugin] prepare release
jackson-dataformats-binary-2.20.1
106b380
Prep for 2.20.1 release
b93171e
Merge branch '2.19' into 2.20
4704691
Post-release dep version bump
29d3ed1
[maven-release-plugin] prepare for next development iteration
297a10c
[maven-release-plugin] prepare release
jackson-dataformats-binary-2.19.4
becef87
Prep for 2.19.4 release
6f89feb
Merge branch '2.19' into 2.20
f8b4f74
Post-release dep version bump
e6cb7a6
[maven-release-plugin] prepare for next development iteration
- Additional commits viewable 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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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 2f89c36a..859fc378 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.20.0'
+ testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.20.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}