Update tests from H2 database 1.4.182 to 1.4.196.

This commit is contained in:
Gary Gregory 2017-06-14 22:52:11 -07:00
parent 3dc0605e7e
commit 0bdca58fc0
1 changed files with 1 additions and 1 deletions

View File

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