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 2016/07/06 07:16:20 UTC

syncope git commit: Upgrading Jackson

Repository: syncope
Updated Branches:
  refs/heads/master c95b6ff57 -> 942eb2eed


Upgrading Jackson


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

Branch: refs/heads/master
Commit: 942eb2eed4e73d8e22850c8171e4d918cf963841
Parents: c95b6ff
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Wed Jul 6 09:16:11 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Wed Jul 6 09:16:11 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/942eb2ee/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0646c84..bbefaf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,7 +341,7 @@ under the License.
 
     <camel.version>2.17.2</camel.version>	
 
-    <jackson.version>2.7.5</jackson.version>
+    <jackson.version>2.8.0</jackson.version>
 
     <spring.version>4.3.1.RELEASE</spring.version>
     <spring-security.version>4.1.0.RELEASE</spring-security.version>