Skip to content

Commit 5e142f4

Browse files
committed
[#1621] Upgrade MariaDB Java client to 3.1.4
1 parent 0815b99 commit 5e142f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-reactive-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11"
4545

4646
// JDBC driver for Testcontainers with MariaDB Server
47-
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.0.7";
47+
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.1.4";
4848

4949
// JDBC driver for Testcontainers with MYSQL Server
5050
testRuntimeOnly "com.mysql:mysql-connector-j:8.0.33";

0 commit comments

Comments
 (0)