File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
testRuntimeOnly " com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11"
52
52
53
53
// 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 "
55
55
56
56
// JDBC driver for Testcontainers with MYSQL Server
57
57
testRuntimeOnly " com.mysql:mysql-connector-j:8.0.33"
Original file line number Diff line number Diff line change 15
15
16
16
//// Testcontainer needs the JDBC drivers to start the container
17
17
//// 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
19
19
20
20
import jakarta.persistence.Entity;
21
21
import jakarta.persistence.Id;
Original file line number Diff line number Diff line change 23
23
//// Hibernate Reactive doesn't use them
24
24
//DEPS org.postgresql:postgresql:42.7.4
25
25
//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
27
27
//
28
28
29
29
import java .util .function .Supplier ;
You can’t perform that action at this time.
0 commit comments