Author: ate
Date: Tue Mar 11 09:50:05 2014
New Revision: 1576250
URL: http://svn.apache.org/r1576250
Log:
update to latest dependencies
Modified:
commons/proper/scxml/trunk/pom.xml
Modified: commons/proper/scxml/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=1576250&r1=1576249&r2=1576250&view=diff
==============================================================================
--- commons/proper/scxml/trunk/pom.xml (original)
+++ commons/proper/scxml/trunk/pom.xml Tue Mar 11 09:50:05 2014
@@ -140,7 +140,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.1.1</version>
+ <version>1.1.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -157,7 +157,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>2.2.1</version>
+ <version>2.2.2</version>
<optional>true</optional>
</dependency>
</dependencies>