Skip to content

Commit 3b8596e

Browse files
committed
[hibernate#2030] Upgrade MariaDB jdbc driver to 3.5.1
1 parent cd0b660 commit 3b8596e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-reactive-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11"
5353

5454
// JDBC driver for Testcontainers with MariaDB Server
55-
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.1.4"
55+
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.5.1"
5656

5757
// JDBC driver for Testcontainers with MYSQL Server
5858
testRuntimeOnly "com.mysql:mysql-connector-j:8.0.33"

0 commit comments

Comments
 (0)