Skip to content

Commit 327e5af

Browse files
committed
test: Upgrade MariaDB JDBC driver to 3.5.3
1 parent bc76188 commit 327e5af

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

5454
// JDBC driver for Testcontainers with MariaDB Server
55-
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.5.1"
55+
testRuntimeOnly "org.mariadb.jdbc:mariadb-java-client:3.5.3"
5656

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

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

2929
import java.util.function.Supplier;

0 commit comments

Comments
 (0)