Skip to content

Commit

Permalink
[hibernate#2030] Upgrade MySQL jdbc driver to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Dec 13, 2024
1 parent 7587892 commit 6a0fed0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hibernate-reactive-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.5.1"

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

// JDBC driver for Db2 server, for testing
testRuntimeOnly "com.ibm.db2:jcc:12.1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tooling/jbang/MySQLReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

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

import jakarta.persistence.Entity;
import jakarta.persistence.Id;
Expand Down
2 changes: 1 addition & 1 deletion tooling/jbang/ReactiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//// Testcontainer needs the JDBC drivers to start the containers
//// Hibernate Reactive doesn't use them
//DEPS org.postgresql:postgresql:42.7.4
//DEPS com.mysql:mysql-connector-j:8.0.33
//DEPS com.mysql:mysql-connector-j:9.1.0
//DEPS org.mariadb.jdbc:mariadb-java-client:3.5.1
//

Expand Down

0 comments on commit 6a0fed0

Please sign in to comment.