Skip to content

Commit ee0ade3

Browse files
committed
Upgrade MariaDB jdbc client for testing to 3.5.1
1 parent 38c9fe3 commit ee0ade3

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
@@ -51,7 +51,7 @@ dependencies {
5151
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11"
5252

5353
// JDBC driver for Testcontainers with MariaDB Server
54-
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.1.4"
54+
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.5.1"
5555

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

0 commit comments

Comments
 (0)