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 2013/06/21 03:23:30 UTC

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

Author: ggregory
Date: Fri Jun 21 01:23:30 2013
New Revision: 1495264

URL: http://svn.apache.org/r1495264
Log:
Update H2 used for tests to 1.3.172 from 1.3.168.

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=1495264&r1=1495263&r2=1495264&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Fri Jun 21 01:23:30 2013
@@ -50,7 +50,7 @@ CSV files of various types.
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>1.3.168</version>
+      <version>1.3.172</version>
       <scope>test</scope>
     </dependency>
   </dependencies>