Skip to content

Commit 3047e1c

Browse files
committed
[hibernate#2030] Upgrade MariaDB jdbc driver to 3.5.1
1 parent 35120ce commit 3047e1c

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
@@ -51,7 +51,7 @@ dependencies {
5151
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11"
5252

5353
// JDBC driver for Testcontainers with MariaDB Server
54-
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.1.4"
54+
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.5.1"
5555

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

tooling/jbang/MariaDBReactiveTest.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 org.mariadb.jdbc:mariadb-java-client:3.1.4
18+
//DEPS org.mariadb.jdbc:mariadb-java-client:3.5.1
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
@@ -23,7 +23,7 @@
2323
//// Hibernate Reactive doesn't use them
2424
//DEPS org.postgresql:postgresql:42.7.4
2525
//DEPS com.mysql:mysql-connector-j:8.0.33
26-
//DEPS org.mariadb.jdbc:mariadb-java-client:3.1.4
26+
//DEPS org.mariadb.jdbc:mariadb-java-client:3.5.1
2727
//
2828

2929
import java.util.function.Supplier;

0 commit comments

Comments
 (0)