This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/main by this push:
new a1f9923f5 build(deps): bump com.fasterxml.jackson:jackson-bom (#1545)
a1f9923f5 is described below
commit a1f9923f54c5430332114168eaf078ed1ff97219
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 11:58:47 2026 +0100
build(deps): bump com.fasterxml.jackson:jackson-bom (#1545)
Bumps
[com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom)
from 2.20.1 to 2.21.0.
-
[Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.20.1...jackson-bom-2.21.0)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.21.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 e37b5ca6c..eddb2f06c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
<byte-buddy.version>1.18.4</byte-buddy.version>
<freemarker.version>2.3.34</freemarker.version>
<hibernate-validator.version>8.0.2.Final</hibernate-validator.version>
- <jackson.version>2.20.1</jackson.version>
+ <jackson.version>2.21.0</jackson.version>
<jakarta-ee.version>10.0.0</jakarta-ee.version>
<jaxb-impl.version>4.0.6</jaxb-impl.version>
<log4j2.version>2.25.3</log4j2.version>