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-examples.git
The following commit(s) were added to refs/heads/main by this push:
new edb4abb Build(deps): Bump com.fasterxml.jackson:jackson-bom (#538)
edb4abb is described below
commit edb4abb7d9a870bac5fd0ec7f244f4ae140e5063
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 14 13:53:18 2026 +0200
Build(deps): Bump com.fasterxml.jackson:jackson-bom (#538)
Bumps
[com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom)
from 2.22.0 to 2.22.1.
-
[Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.22.0...jackson-bom-2.22.1)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.22.1
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 a51ae03..56e6f73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
<struts2.version>7.3.0</struts2.version>
<log4j2.version>2.25.4</log4j2.version>
<jetty-plugin.version>11.0.18</jetty-plugin.version>
- <jackson.version>2.22.0</jackson.version>
+ <jackson.version>2.22.1</jackson.version>
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<spring-web.version>6.2.12</spring-web.version>
</properties>