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/03/05 08:13:21 UTC

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

Author: ilgrosso
Date: Wed Mar  5 07:13:21 2014
New Revision: 1574386

URL: http://svn.apache.org/r1574386
Log:
Minor version upgrades: xstream, groovy, slf4j and logback

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=1574386&r1=1574385&r2=1574386&view=diff
==============================================================================
--- syncope/branches/1_1_X/pom.xml (original)
+++ syncope/branches/1_1_X/pom.xml Wed Mar  5 07:13:21 2014
@@ -320,7 +320,7 @@ under the License.
     <spring-security.version>3.1.4.RELEASE</spring-security.version>
     <aspectj.version>1.7.4</aspectj.version>
     <jackson.version>1.9.13</jackson.version>
-    <xstream.version>1.4.6</xstream.version>
+    <xstream.version>1.4.7</xstream.version>
     <velocity.version>1.7</velocity.version>
     <quartz.version>2.1.7</quartz.version>
 
@@ -332,12 +332,12 @@ under the License.
 
     <wicket.version>6.14.0</wicket.version>
 
-    <groovy.version>2.2.1</groovy.version>
+    <groovy.version>2.2.2</groovy.version>
 
     <h2.version>1.3.175</h2.version>
 
-    <logback.version>1.0.13</logback.version>
-    <slf4j.version>1.7.5</slf4j.version>
+    <logback.version>1.1.1</logback.version>
+    <slf4j.version>1.7.6</slf4j.version>
 
     <junit.version>4.11</junit.version>
     <selenium-java-client-driver.version>1.0.2</selenium-java-client-driver.version>