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 2018/03/27 13:29:22 UTC

[2/3] syncope git commit: Upgrading Jackson

Upgrading Jackson


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/364bf13a
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/364bf13a
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/364bf13a

Branch: refs/heads/2_0_X
Commit: 364bf13a6df50ffc32772200a18d00020dc43497
Parents: 5447664
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Mar 27 15:29:03 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Mar 27 15:29:03 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/364bf13a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d4a7a97..931a0bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -368,7 +368,7 @@ under the License.
 
     <cxf.version>3.1.15</cxf.version>
 
-    <jackson.version>2.9.4</jackson.version>
+    <jackson.version>2.9.5</jackson.version>
 
     <spring.version>4.3.14.RELEASE</spring.version>
     <spring-security.version>4.2.4.RELEASE</spring-security.version>