Browse Source

Upgrade DB2 JDBC driver version to 11.5.7.0.

Closes #1237
2.3.x
Jens Schauder 4 years ago
parent
commit
6e130424b0
No known key found for this signature in database
GPG Key ID: 45CC872F17423DBF
  1. 2
      pom.xml

2
pom.xml

@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
<!-- databases and jdbc drivers -->
<!-- not that these currently do not control the versions of databases used via Testcontainers for testing -->
<db2.version>11.5.5.0</db2.version>
<db2.version>11.5.7.0</db2.version>
<h2.version>1.4.200</h2.version>
<hsqldb.version>2.5.2</hsqldb.version>
<mariadb-java-client.version>2.7.2</mariadb-java-client.version>

Loading…
Cancel
Save