This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 5c497ea Bump com.fasterxml.jackson:jackson-bom from 2.21.4 to 2.22.0
(#431)
5c497ea is described below
commit 5c497ea3172ca346b2a9494966e9066915ac32c0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 07:33:35 2026 -0400
Bump com.fasterxml.jackson:jackson-bom from 2.21.4 to 2.22.0 (#431)
Bumps
[com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom)
from 2.21.4 to 2.22.0.
-
[Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.4...jackson-bom-2.22.0)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6299ff6..c9c28c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
<moditect.skip>true</moditect.skip>
<japicmp.skip>true</japicmp.skip>
<!-- Dependency versions -->
- <commons.jackson.version>2.21.4</commons.jackson.version>
+ <commons.jackson.version>2.22.0</commons.jackson.version>
</properties>
<dependencyManagement>
<dependencies>