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/11/10 04:22:01 UTC

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

Author: ggregory
Date: Mon Nov 10 03:22:00 2014
New Revision: 1637784

URL: http://svn.apache.org/r1637784
Log:
Update JDBC tests from H2 1.4.181 to 1.4.182.

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=1637784&r1=1637783&r2=1637784&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Mon Nov 10 03:22:00 2014
@@ -48,7 +48,7 @@ CSV files of various types.
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>1.4.181</version>
+      <version>1.4.182</version>
       <scope>test</scope>
     </dependency>
   </dependencies>