You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/07/22 06:46:04 UTC

[syncope] 01/02: Upgrading Jackson

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

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit d6c5ca17574737707ed7a00df8f2dd6a7bd23c44
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jul 22 08:39:59 2020 +0200

    Upgrading Jackson
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aed6059..300591f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,7 +406,7 @@ under the License.
 
     <cxf.version>3.2.14</cxf.version>
 
-    <jackson.version>2.10.4</jackson.version>
+    <jackson.version>2.10.5</jackson.version>
 
     <spring.version>5.1.17.RELEASE</spring.version>
     <spring-security.version>5.1.11.RELEASE</spring-security.version>