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 2014/08/17 12:10:52 UTC

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

Author: ilgrosso
Date: Sun Aug 17 10:10:51 2014
New Revision: 1618465

URL: http://svn.apache.org/r1618465
Log:
Spring Security upgrade

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=1618465&r1=1618464&r2=1618465&view=diff
==============================================================================
--- syncope/branches/1_1_X/pom.xml (original)
+++ syncope/branches/1_1_X/pom.xml Sun Aug 17 10:10:51 2014
@@ -322,7 +322,7 @@ under the License.
 
     <cxf.version>2.7.12</cxf.version>	
     <spring.version>3.2.10.RELEASE</spring.version>
-    <spring-security.version>3.1.6.RELEASE</spring-security.version>
+    <spring-security.version>3.1.7.RELEASE</spring-security.version>
     <aspectj.version>1.7.4</aspectj.version>
     <jackson.version>1.9.13</jackson.version>
     <xstream.version>1.4.7</xstream.version>