This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch support/struts-6-x-x
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/support/struts-6-x-x by this
push:
new 144a3b39d build(deps): bump jackson.version from 2.22.1 to 2.22.2
(#1869)
144a3b39d is described below
commit 144a3b39d6584497f8a7ceb49c2182af19c43294
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 19:01:15 2026 +0200
build(deps): bump jackson.version from 2.22.1 to 2.22.2 (#1869)
Bumps `jackson.version` from 2.22.1 to 2.22.2.
Updates `com.fasterxml.jackson.core:jackson-core` from 2.22.1 to 2.22.2
-
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.22.1...jackson-core-2.22.2)
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.1 to 2.22.2
-
[Commits](https://github.com/FasterXML/jackson-databind/compare/jackson-databind-2.22.1...jackson-databind-2.22.2)
Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from
2.22.1 to 2.22.2
-
[Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.22.1...jackson-dataformat-xml-2.22.2)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-version: 2.22.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.22.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
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 675458129..d82ed7a89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<!-- dependency versions in alphanumeric order -->
<asm.version>9.10.1</asm.version>
- <jackson.version>2.22.1</jackson.version>
+ <jackson.version>2.22.2</jackson.version>
<log4j2.version>2.26.1</log4j2.version>
<ognl.version>3.3.5</ognl.version>
<slf4j.version>2.0.18</slf4j.version>