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/03/25 16:04:38 UTC

[syncope] branch master updated: Upgrading Jackson

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7ef6e84  Upgrading Jackson
7ef6e84 is described below

commit 7ef6e84eca015bc33893af2eab399307c0f8da8a
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Mar 25 16:27:52 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 177cafa..e8cd17b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,7 +406,7 @@ under the License.
 
     <cxf.version>3.3.5</cxf.version>
 
-    <jackson.version>2.10.3</jackson.version>
+    <jackson.version>2.11.0.rc1</jackson.version>
 
     <spring.version>5.2.5.RELEASE</spring.version>
     <spring-security.version>5.3.0.RELEASE</spring-security.version>