File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
55
55
testRuntimeOnly " org.mariadb.jdbc:mariadb-java-client:3.5.3"
56
56
57
57
// JDBC driver for Testcontainers with MYSQL Server
58
- testRuntimeOnly " com.mysql:mysql-connector-j:9.1 .0"
58
+ testRuntimeOnly " com.mysql:mysql-connector-j:9.3 .0"
59
59
60
60
// JDBC driver for Db2 server, for testing
61
61
testRuntimeOnly " com.ibm.db2:jcc:12.1.0.0"
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 com.mysql:mysql-connector-j:9.1 .0
18
+ //DEPS com.mysql:mysql-connector-j:9.3 .0
19
19
20
20
import jakarta.persistence.Entity;
21
21
import jakarta.persistence.Id;
Original file line number Diff line number Diff line change 22
22
//// Testcontainer needs the JDBC drivers to start the containers
23
23
//// Hibernate Reactive doesn't use them
24
24
//DEPS org.postgresql:postgresql:42.7.5
25
- //DEPS com.mysql:mysql-connector-j:9.1 .0
25
+ //DEPS com.mysql:mysql-connector-j:9.3 .0
26
26
//DEPS org.mariadb.jdbc:mariadb-java-client:3.5.3
27
27
//
28
28
You can’t perform that action at this time.
0 commit comments