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 e09572f3b Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3 (#1238) e09572f3b is described below commit e09572f3b04cd3e4a41d876489becbcda855bce9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Mar 3 10:50:19 2025 +0100 Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3 (#1238) Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.2 to 2.18.3. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.2...jackson-bom-2.18.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 8cb68b6d4..f79f31d32 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ <byte-buddy.version>1.17.1</byte-buddy.version> <freemarker.version>2.3.34</freemarker.version> <hibernate-validator.version>8.0.2.Final</hibernate-validator.version> - <jackson.version>2.18.2</jackson.version> + <jackson.version>2.18.3</jackson.version> <jakarta-ee.version>10.0.0</jakarta-ee.version> <jaxb-impl.version>4.0.5</jaxb-impl.version> <log4j2.version>2.24.3</log4j2.version>