This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch struts-2-5-x
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/struts-2-5-x by this push:
new 992ca3a WW-5170 Upgrades Jackson Core to 2.10.5 and Jackson Databind
to 2.10.5.1
992ca3a is described below
commit 992ca3a525cf997e9d6bdbeb3e2697a9eeb9a72c
Author: Lukasz Lenart <[email protected]>
AuthorDate: Mon Feb 14 07:52:18 2022 +0100
WW-5170 Upgrades Jackson Core to 2.10.5 and Jackson Databind to 2.10.5.1
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 72ebd67..6de0ee4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,8 @@
<tiles.version>3.0.8</tiles.version>
<tiles-request.version>1.0.7</tiles-request.version>
<log4j2.version>2.12.4</log4j2.version>
- <jackson.version>2.10.3</jackson.version>
+ <jackson.version>2.10.5</jackson.version>
+ <jackson-databind.version>2.10.5.1</jackson-databind.version>
<!-- Site generation -->
<fluido-skin.version>1.8</fluido-skin.version>
@@ -1082,7 +1083,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>${jackson.version}</version>
+ <version>${jackson-databind.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>