We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad31a3b commit 242282bCopy full SHA for 242282b
hibernate-reactive-core/build.gradle
@@ -51,7 +51,7 @@ dependencies {
51
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11"
52
53
// JDBC driver for Testcontainers with MariaDB Server
54
- testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.1.4"
+ testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.5.1"
55
56
// JDBC driver for Testcontainers with MYSQL Server
57
testRuntimeOnly "com.mysql:mysql-connector-j:8.0.33"
0 commit comments