Skip to content

Commit b9265b8

Browse files
committed
test: Upgrade MySQL JDBC driver to 9.3.0
1 parent 327e5af commit b9265b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hibernate-reactive-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.5.3"
5656

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

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

tooling/jbang/MySQLReactiveTest.java.qute

Lines changed: 1 addition & 1 deletion
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:9.1.0
18+
//DEPS com.mysql:mysql-connector-j:9.3.0
1919

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

tooling/jbang/ReactiveTest.java

Lines changed: 1 addition & 1 deletion
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.5
25-
//DEPS com.mysql:mysql-connector-j:9.1.0
25+
//DEPS com.mysql:mysql-connector-j:9.3.0
2626
//DEPS org.mariadb.jdbc:mariadb-java-client:3.5.3
2727
//
2828

0 commit comments

Comments
 (0)