Skip to content

Commit f91f848

Browse files
committed
Upgrade to MariaDB 3.5.6 and DB2 12.1.3.0 drivers.
Closes #2194
1 parent ebe3177 commit f91f848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131

3232
<!-- databases and jdbc drivers -->
3333
<!-- note that these currently do not control the versions of databases used via Testcontainers for testing -->
34-
<db2.version>12.1.2.0</db2.version>
34+
<db2.version>12.1.3.0</db2.version>
3535
<h2.version>2.3.232</h2.version>
3636
<hikari.version>5.1.0</hikari.version>
3737
<hsqldb.version>2.7.3</hsqldb.version>
38-
<mariadb-java-client.version>3.5.5</mariadb-java-client.version>
38+
<mariadb-java-client.version>3.5.6</mariadb-java-client.version>
3939
<mssql.version>13.2.0.jre11</mssql.version>
4040
<mysql-connector-java.version>9.4.0</mysql-connector-java.version>
4141
<postgresql.version>42.7.8</postgresql.version>

0 commit comments

Comments
 (0)