Skip to content

Commit

Permalink
[hibernate#2030] Upgrade MariaDB jdbc driver to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Dec 13, 2024
1 parent fcea649 commit 7587892
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 @@ -51,7 +51,7 @@ dependencies {
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11"

// JDBC driver for Testcontainers with MariaDB Server
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.1.4"
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"
Expand Down
2 changes: 1 addition & 1 deletion tooling/jbang/MariaDBReactiveTest.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 org.mariadb.jdbc:mariadb-java-client:3.1.4
//DEPS org.mariadb.jdbc:mariadb-java-client:3.5.1

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 @@ -23,7 +23,7 @@
//// Hibernate Reactive doesn't use them
//DEPS org.postgresql:postgresql:42.7.4
//DEPS com.mysql:mysql-connector-j:8.0.33
//DEPS org.mariadb.jdbc:mariadb-java-client:3.1.4
//DEPS org.mariadb.jdbc:mariadb-java-client:3.5.1
//

import java.util.function.Supplier;
Expand Down

0 comments on commit 7587892

Please sign in to comment.