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/09/05 16:31:41 UTC

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

Author: ilgrosso
Date: Fri Sep  5 14:31:41 2014
New Revision: 1622709

URL: http://svn.apache.org/r1622709
Log:
Upgrading Spring and Wicket

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=1622709&r1=1622708&r2=1622709&view=diff
==============================================================================
--- syncope/branches/1_1_X/pom.xml (original)
+++ syncope/branches/1_1_X/pom.xml Fri Sep  5 14:31:41 2014
@@ -321,7 +321,7 @@ under the License.
     <activiti.version>5.15.1</activiti.version>
 
     <cxf.version>2.7.12</cxf.version>	
-    <spring.version>3.2.10.RELEASE</spring.version>
+    <spring.version>3.2.11.RELEASE</spring.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>
@@ -336,7 +336,7 @@ under the License.
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
-    <wicket.version>6.16.0</wicket.version>
+    <wicket.version>6.17.0</wicket.version>
 
     <groovy.version>2.2.2</groovy.version>