You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/07/16 05:11:46 UTC

svn commit: r1610906 - /commons/proper/csv/trunk/pom.xml

Author: ggregory
Date: Wed Jul 16 03:11:45 2014
New Revision: 1610906

URL: http://svn.apache.org/r1610906
Log:
Update test dependencies to latest (some depend on Java 6), which is OK since we depend on Java 7 now.

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

Modified: commons/proper/csv/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1610906&r1=1610905&r2=1610906&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Wed Jul 16 03:11:45 2014
@@ -43,15 +43,13 @@ CSV files of various types.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <!-- 2.2 is last version compatible with Java 1.5 -->
-      <version>2.2</version>
+      <version>2.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <!-- 1.3.172 requires Java 1.6 -->
-      <version>1.3.168</version>
+      <version>1.4.180</version>
       <scope>test</scope>
     </dependency>
   </dependencies>