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/05/17 04:19:33 UTC

[syncope] branch 2_0_X updated: Upgrading Jackson

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

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


The following commit(s) were added to refs/heads/2_0_X by this push:
     new 90e940f  Upgrading Jackson
90e940f is described below

commit 90e940f258281d3143481f13e2b0b7e38abe4095
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri May 17 06:18:59 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 818553b..21363bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,7 +391,7 @@ under the License.
 
     <cxf.version>3.1.18</cxf.version>
 
-    <jackson.version>2.9.8</jackson.version>
+    <jackson.version>2.9.9</jackson.version>
 
     <spring.version>4.3.24.RELEASE</spring.version>
     <spring-security.version>4.2.11.RELEASE</spring-security.version>