We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157159b commit 698417bCopy full SHA for 698417b
hibernate-reactive-core/build.gradle
@@ -54,7 +54,7 @@ dependencies {
54
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"
+ testRuntimeOnly "com.mysql:mysql-connector-j:9.1.0"
58
59
// JDBC driver for Db2 server, for testing
60
testRuntimeOnly "com.ibm.db2:jcc:12.1.0.0"
0 commit comments