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 2019/11/11 07:28:31 UTC

[syncope] 02/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 08caab22292b0b125ae8bdcf06a4f1263e5a945b
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Nov 11 08:08:26 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index de8fdd4..d33471a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -401,7 +401,7 @@ under the License.
 
     <cxf.version>3.2.11</cxf.version>
 
-    <jackson.version>2.10.0</jackson.version>
+    <jackson.version>2.10.1</jackson.version>
 
     <spring.version>5.1.11.RELEASE</spring.version>
     <spring-security.version>5.1.7.RELEASE</spring-security.version>