Skip to content

Commit 6a0fed0

Browse files
committed
[hibernate#2030] Upgrade MySQL jdbc driver to 9.1.0
1 parent 7587892 commit 6a0fed0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hibernate-reactive-core/build.gradle

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

5656
// JDBC driver for Testcontainers with MYSQL Server
57-
testRuntimeOnly "com.mysql:mysql-connector-j:8.0.33"
57+
testRuntimeOnly "com.mysql:mysql-connector-j:9.1.0"
5858

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

tooling/jbang/MySQLReactiveTest.java.qute

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
//// Testcontainer needs the JDBC drivers to start the container
1717
//// Hibernate Reactive doesn't need it
18-
//DEPS com.mysql:mysql-connector-j:8.0.33
18+
//DEPS com.mysql:mysql-connector-j:9.1.0
1919

2020
import jakarta.persistence.Entity;
2121
import jakarta.persistence.Id;

tooling/jbang/ReactiveTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
//// Testcontainer needs the JDBC drivers to start the containers
2323
//// Hibernate Reactive doesn't use them
2424
//DEPS org.postgresql:postgresql:42.7.4
25-
//DEPS com.mysql:mysql-connector-j:8.0.33
25+
//DEPS com.mysql:mysql-connector-j:9.1.0
2626
//DEPS org.mariadb.jdbc:mariadb-java-client:3.5.1
2727
//
2828

0 commit comments

Comments
 (0)