Skip to content

Commit 1e24903

Browse files
committed
Upgrade H2 JDBC Driver to 2.1.214.
Closes #1273
1 parent fbd44bd commit 1e24903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<!-- databases and jdbc drivers -->
3232
<!-- note that these currently do not control the versions of databases used via Testcontainers for testing -->
3333
<db2.version>11.5.7.0</db2.version>
34-
<h2.version>2.1.212</h2.version>
34+
<h2.version>2.1.214</h2.version>
3535
<hsqldb.version>2.6.1</hsqldb.version>
3636
<mariadb-java-client.version>2.7.5</mariadb-java-client.version>
3737
<mssql.version>9.2.1.jre8</mssql.version>

0 commit comments

Comments
 (0)