This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push: new bf2c2f7 Update tests from H2 1.4.196 to 1.4.197. bf2c2f7 is described below commit bf2c2f7ad685159f995afdff56d9ad9dacd83707 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Feb 23 08:20:12 2019 -0500 Update tests from H2 1.4.196 to 1.4.197. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c872566..810161b 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ CSV files of various types. <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.4.196</version> + <version>1.4.197</version> <scope>test</scope> </dependency> </dependencies>