Update H2 used for tests to 1.3.172 from 1.3.168.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1495264 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2013-06-21 01:23:30 +00:00
parent ab2e7eb504
commit 30579102f6
1 changed files with 1 additions and 1 deletions

View File

@ -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>