We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8596e commit ff50c8eCopy full SHA for ff50c8e
hibernate-reactive-core/build.gradle
@@ -55,7 +55,7 @@ dependencies {
55
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.5.1"
56
57
// JDBC driver for Testcontainers with MYSQL Server
58
- testRuntimeOnly "com.mysql:mysql-connector-j:8.0.33"
+ testRuntimeOnly "com.mysql:mysql-connector-j:9.1.0"
59
60
// JDBC driver for Db2 server, for testing
61
testRuntimeOnly "com.ibm.db2:jcc:12.1.0.0"
0 commit comments