Author: sebb
Date: Mon Aug 19 17:17:48 2013
New Revision: 1515519

URL: http://svn.apache.org/r1515519
Log:
Update dependency versions

Modified:
    commons/proper/jci/trunk/pom.xml

Modified: commons/proper/jci/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1515519&r1=1515518&r2=1515519&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Mon Aug 19 17:17:48 2013
@@ -245,7 +245,8 @@
             <dependency>
                 <groupId>org.codehaus.groovy</groupId>
                 <artifactId>groovy-all</artifactId>
-                <version>1.7.7</version>
+                <!-- 1.7 series is obsolete. 1.7.11 is the last of that series 
-->
+                <version>1.7.11</version>
             </dependency>
             <!-- compiler-janino -->
             <dependency>
@@ -257,7 +258,7 @@
             <dependency>
                 <groupId>org.vafer</groupId>
                 <artifactId>dependency</artifactId>
-                <version>0.2</version>
+                <version>0.4</version>
             </dependency>
             <!-- compiler-rhino -->
             <dependency>
@@ -269,19 +270,20 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>1.4</version>
+                <!-- later versions require 2.6 -->
+                <version>2.2</version>
             </dependency>
             <!-- examples -->
             <dependency>
                 <groupId>commons-cli</groupId>
                 <artifactId>commons-cli</artifactId>
-                <version>1.0</version>
+                <version>1.2</version>
             </dependency>
             <!-- examples -->
             <dependency>
                 <groupId>javax.servlet</groupId>
                 <artifactId>servlet-api</artifactId>
-                <version>2.4</version>
+                <version>2.5</version>
             </dependency>
 
             <!-- test dependencies -->
@@ -289,7 +291,7 @@
                 <!-- core -->
                 <groupId>asm</groupId>
                 <artifactId>asm</artifactId>
-                <version>3.3</version>
+                <version>3.3.1</version>
             </dependency>
             <dependency>
                  <!-- core -->


Reply via email to