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 4d969761a build(deps): bump com.fasterxml.jackson:jackson-bom from
2.22.1 to 2.22.2 (#1897)
4d969761a is described below
commit 4d969761a7adf20746c726199edd83614758660a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 3 13:56:35 2026 +0200
build(deps): bump com.fasterxml.jackson:jackson-bom from 2.22.1 to 2.22.2
(#1897)
Bumps
[com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom)
from 2.22.1 to 2.22.2.
-
[Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.22.1...jackson-bom-2.22.2)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.22.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 95a7d719d..52f375b36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
<commons-fileupload2.version>2.0.0-M5</commons-fileupload2.version>
<freemarker.version>2.3.34</freemarker.version>
<hibernate-validator.version>8.0.2.Final</hibernate-validator.version>
- <jackson.version>2.22.1</jackson.version>
+ <jackson.version>2.22.2</jackson.version>
<jakarta-ee.version>10.0.0</jakarta-ee.version>
<jaxb-impl.version>4.0.9</jaxb-impl.version>
<log4j2.version>2.26.1</log4j2.version>