Skip to content

Commit f08b5d6

Browse files
committed
Update to latest version of h2 in-memory database
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1617084 13f79535-47bb-0310-9956-ffa450edef68
1 parent 040bbef commit f08b5d6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ CSV files of various types.
4848
<dependency>
4949
<groupId>com.h2database</groupId>
5050
<artifactId>h2</artifactId>
51-
<!-- 1.3.172 requires Java 1.6 -->
52-
<version>1.3.168</version>
51+
<version>1.4.181</version>
5352
<scope>test</scope>
5453
</dependency>
5554
</dependencies>

0 commit comments

Comments
 (0)