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 3eec81b commit 7bc829cCopy full SHA for 7bc829c
hibernate-reactive-core/build.gradle
@@ -48,7 +48,7 @@ dependencies {
48
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:10.2.1.jre11"
49
50
// JDBC driver for Testcontainers with MariaDB Server
51
- testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.0.5";
+ testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.0.7";
52
53
// JDBC driver for Testcontainers with MYSQL Server
54
testRuntimeOnly "mysql:mysql-connector-java:8.0.28";
0 commit comments