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 2013/07/18 16:13:21 UTC

svn commit: r1504484 - /syncope/branches/1_1_X/pom.xml

Author: ilgrosso
Date: Thu Jul 18 14:13:21 2013
New Revision: 1504484

URL: http://svn.apache.org/r1504484
Log:
Upgrading Jackson to 1.9.13

Modified:
    syncope/branches/1_1_X/pom.xml

Modified: syncope/branches/1_1_X/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/pom.xml?rev=1504484&r1=1504483&r2=1504484&view=diff
==============================================================================
--- syncope/branches/1_1_X/pom.xml (original)
+++ syncope/branches/1_1_X/pom.xml Thu Jul 18 14:13:21 2013
@@ -302,7 +302,7 @@ under the License.
     <spring.version>3.2.3.RELEASE</spring.version>
     <spring-security.version>3.1.4.RELEASE</spring-security.version>
     <aspectj.version>1.7.3</aspectj.version>
-    <jackson.version>1.9.12</jackson.version>
+    <jackson.version>1.9.13</jackson.version>
     <xstream.version>1.4.4</xstream.version>
     <velocity.version>1.7</velocity.version>
     <quartz.version>2.1.7</quartz.version>