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 2015/08/10 15:20:22 UTC

[3/5] 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/6ad532ae
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/6ad532ae
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/6ad532ae

Branch: refs/heads/master
Commit: 6ad532ae682d355b5574f8325375ebf3fe939689
Parents: 3a40096
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Aug 10 15:17:57 2015 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Aug 10 15:17:57 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/6ad532ae/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7bb050a..bea197f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -330,7 +330,7 @@ under the License.
 
     <camel.version>2.15.2</camel.version>	
 
-    <jackson.version>2.6.0</jackson.version>
+    <jackson.version>2.6.1</jackson.version>
 
     <spring.version>4.1.7.RELEASE</spring.version>
     <spring-security.version>4.0.2.RELEASE</spring-security.version>