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 af684f40e Bump com.fasterxml.jackson:jackson-bom from 2.19.1 to 2.20.1
(#1456)
af684f40e is described below
commit af684f40e375b6d63734a043b4e0890c6669f02f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 11 10:27:55 2025 +0100
Bump com.fasterxml.jackson:jackson-bom from 2.19.1 to 2.20.1 (#1456)
Bumps
[com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom)
from 2.19.1 to 2.20.1.
-
[Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.19.1...jackson-bom-2.20.1)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.20.1
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 d903b8f38..adcd547c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
<byte-buddy.version>1.18.2</byte-buddy.version>
<freemarker.version>2.3.34</freemarker.version>
<hibernate-validator.version>8.0.2.Final</hibernate-validator.version>
- <jackson.version>2.19.1</jackson.version>
+ <jackson.version>2.20.1</jackson.version>
<jakarta-ee.version>10.0.0</jakarta-ee.version>
<jaxb-impl.version>4.0.6</jaxb-impl.version>
<log4j2.version>2.25.2</log4j2.version>