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 2017/06/15 05:52:12 UTC

commons-csv git commit: Update tests from H2 database 1.4.182 to 1.4.196.

Repository: commons-csv
Updated Branches:
  refs/heads/master 3dc0605e7 -> 0bdca58fc


Update tests from H2 database 1.4.182 to 1.4.196.

Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/0bdca58f
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/0bdca58f
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/0bdca58f

Branch: refs/heads/master
Commit: 0bdca58fc04f4a0d122fc3f3d25797d27f8a11d5
Parents: 3dc0605
Author: Gary Gregory <gg...@apache.org>
Authored: Wed Jun 14 22:52:11 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Wed Jun 14 22:52:11 2017 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/0bdca58f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e319c5a..ab0bf9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@ CSV files of various types.
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>1.4.182</version>
+      <version>1.4.196</version>
       <scope>test</scope>
     </dependency>
   </dependencies>