We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0815b99 commit 5e142f4Copy full SHA for 5e142f4
hibernate-reactive-core/build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11"
45
46
// JDBC driver for Testcontainers with MariaDB Server
47
- testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.0.7";
+ testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.1.4";
48
49
// JDBC driver for Testcontainers with MYSQL Server
50
testRuntimeOnly "com.mysql:mysql-connector-j:8.0.33";
0 commit comments