HHH-5768 upgrade H2 version to 1.2.145 (was 1.2.140)

This commit is contained in:
Strong Liu 2010-12-02 13:16:19 +08:00
parent 431ac22fe6
commit b78ed18a7d

View File

@ -542,7 +542,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.2.140</version>
<version>1.2.145</version>
</dependency>
</dependencies>
</dependencyManagement>