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/09/02 09:12:07 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 04ad6f6  Upgrading Jackson
04ad6f6 is described below

commit 04ad6f6640f9b9e73e309c01759caf38ed9fdc91
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Sep 2 11:04:44 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index b3a3431..9f1f7ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,7 +391,7 @@ under the License.
 
     <cxf.version>3.1.18</cxf.version>
 
-    <jackson.version>2.10.0.pr1</jackson.version>
+    <jackson.version>2.10.0.pr2</jackson.version>
 
     <spring.version>4.3.25.RELEASE</spring.version>
     <spring-security.version>4.2.13.RELEASE</spring-security.version>