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/01/15 15:27:03 UTC

[4/8] 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/9ceb71a3
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9ceb71a3
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9ceb71a3

Branch: refs/heads/2_0_X
Commit: 9ceb71a33c0f2a64f5f180ca11a8cfd85fad1383
Parents: 970c0d0
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Jan 15 15:26:01 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Jan 15 15:26:01 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/9ceb71a3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index abc00b8..86fff48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,7 +340,7 @@ under the License.
     <cxf.version>3.0.3</cxf.version>	
     <spring.version>4.0.9.RELEASE</spring.version>
     <spring-security.version>3.2.5.RELEASE</spring-security.version>
-    <jackson.version>2.4.4</jackson.version>
+    <jackson.version>2.4.5</jackson.version>
     <velocity.version>1.7</velocity.version>
     <velocitytools.version>2.0</velocitytools.version>
     <quartz.version>2.2.1</quartz.version>