Skip to content

Commit 7bc829c

Browse files
committed
Upgrade MySQL JDBC driver to 3.0.7
1 parent 3eec81b commit 7bc829c

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
@@ -48,7 +48,7 @@ dependencies {
4848
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:10.2.1.jre11"
4949

5050
// JDBC driver for Testcontainers with MariaDB Server
51-
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.0.5";
51+
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.0.7";
5252

5353
// JDBC driver for Testcontainers with MYSQL Server
5454
testRuntimeOnly "mysql:mysql-connector-java:8.0.28";

0 commit comments

Comments
 (0)