You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/12/17 10:02:24 UTC

[struts] branch master updated: Upgrades Jackson to version 2.10.5/2.10.5.1

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c39a15  Upgrades Jackson to version 2.10.5/2.10.5.1
8c39a15 is described below

commit 8c39a1563b63ffe8ff519832337be4b66e94f731
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Dec 17 11:02:17 2020 +0100

    Upgrades Jackson to version 2.10.5/2.10.5.1
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9edede2..6db21d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,8 @@
 
         <!-- dependency versions in alphanumeric order -->
         <asm.version>9.0</asm.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>
         <log4j2.version>2.13.3</log4j2.version>
         <ognl.version>3.2.16</ognl.version>
         <slf4j.version>1.7.30</slf4j.version>
@@ -1154,7 +1155,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>