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/11/13 09:07:57 UTC

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

Author: ilgrosso
Date: Wed Nov 13 08:07:57 2013
New Revision: 1541416

URL: http://svn.apache.org/r1541416
Log:
Some small dependency upgrades

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=1541416&r1=1541415&r2=1541416&view=diff
==============================================================================
--- syncope/branches/1_1_X/pom.xml (original)
+++ syncope/branches/1_1_X/pom.xml Wed Nov 13 08:07:57 2013
@@ -313,9 +313,9 @@ under the License.
     <cxf.version>2.7.7</cxf.version>	
     <spring.version>3.2.5.RELEASE</spring.version>
     <spring-security.version>3.1.4.RELEASE</spring-security.version>
-    <aspectj.version>1.7.3</aspectj.version>
+    <aspectj.version>1.7.4</aspectj.version>
     <jackson.version>1.9.13</jackson.version>
-    <xstream.version>1.4.4</xstream.version>
+    <xstream.version>1.4.5</xstream.version>
     <velocity.version>1.7</velocity.version>
     <quartz.version>2.1.7</quartz.version>
 
@@ -326,9 +326,9 @@ under the License.
 
     <wicket.version>6.12.0</wicket.version>
 
-    <groovy.version>2.1.6</groovy.version>
+    <groovy.version>2.1.9</groovy.version>
 
-    <h2.version>1.3.173</h2.version>
+    <h2.version>1.3.174</h2.version>
 
     <logback.version>1.0.13</logback.version>
     <slf4j.version>1.7.5</slf4j.version>
@@ -1103,7 +1103,7 @@ under the License.
         <plugin>
           <groupId>com.googlecode.maven-java-formatter-plugin</groupId>
           <artifactId>maven-java-formatter-plugin</artifactId>
-          <version>0.3.1</version>
+          <version>0.4</version>
           <configuration>
             <configFile>org/apache/syncope/java-formatter.xml</configFile>
           </configuration>
@@ -1265,7 +1265,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.4.1</version>
+        <version>2.4.2</version>
         <configuration>
           <mavenExecutorId>forked-path</mavenExecutorId>
           <autoVersionSubmodules>true</autoVersionSubmodules>