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/04/11 10:40:53 UTC

svn commit: r1586594 - /syncope/branches/1_0_X/parent/pom.xml

Author: ilgrosso
Date: Fri Apr 11 08:40:52 2014
New Revision: 1586594

URL: http://svn.apache.org/r1586594
Log:
Updating some dependencies' versions

Modified:
    syncope/branches/1_0_X/parent/pom.xml

Modified: syncope/branches/1_0_X/parent/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/parent/pom.xml?rev=1586594&r1=1586593&r2=1586594&view=diff
==============================================================================
--- syncope/branches/1_0_X/parent/pom.xml (original)
+++ syncope/branches/1_0_X/parent/pom.xml Fri Apr 11 08:40:52 2014
@@ -270,10 +270,10 @@ under the License.
     <activiti.version>5.9</activiti.version>
 
     <spring.version>3.1.4.RELEASE</spring.version>
-    <spring-security.version>3.1.4.RELEASE</spring-security.version>
+    <spring-security.version>3.1.6.RELEASE</spring-security.version>
     <aspectj.version>1.7.3</aspectj.version>
     <jackson.version>1.9.13</jackson.version>
-    <xstream.version>1.4.4</xstream.version>
+    <xstream.version>1.4.7</xstream.version>
     <velocity.version>1.7</velocity.version>
     <quartz.version>1.8.6</quartz.version>
 
@@ -282,11 +282,11 @@ under the License.
         
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
-    <wicket.version>1.5.10</wicket.version>
+    <wicket.version>1.5.11</wicket.version>
 
     <groovy.version>1.6.9</groovy.version>
 
-    <h2.version>1.3.173</h2.version>
+    <h2.version>1.3.176</h2.version>
 
     <logback.version>1.0.13</logback.version>
     <slf4j.version>1.7.5</slf4j.version>