Skip to content

Commit ff50c8e

Browse files
committed
[hibernate#2030] Upgrade MySQL jdbc driver to 9.1.0
1 parent 3b8596e commit ff50c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-reactive-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.5.1"
5656

5757
// JDBC driver for Testcontainers with MYSQL Server
58-
testRuntimeOnly "com.mysql:mysql-connector-j:8.0.33"
58+
testRuntimeOnly "com.mysql:mysql-connector-j:9.1.0"
5959

6060
// JDBC driver for Db2 server, for testing
6161
testRuntimeOnly "com.ibm.db2:jcc:12.1.0.0"

0 commit comments

Comments
 (0)