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 @@ -45,7 +45,7 @@ dependencies {
45
45
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.3'
46
46
47
47
// JDBC driver to test with ORM and PostgreSQL
48
- testRuntimeOnly " org.postgresql:postgresql:42.7.3 "
48
+ testRuntimeOnly " org.postgresql:postgresql:42.7.4 "
49
49
50
50
// JDBC driver for Testcontainers with MS SQL Server
51
51
testRuntimeOnly " com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11"
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.postgresql:postgresql:42.6.0
18
+ //DEPS org.postgresql:postgresql:42.7.4
19
19
20
20
import java.io.IOException;
21
21
import jakarta.persistence.Entity;
Original file line number Diff line number Diff line change 21
21
//
22
22
//// Testcontainer needs the JDBC drivers to start the containers
23
23
//// Hibernate Reactive doesn't use them
24
- //DEPS org.postgresql:postgresql:42.6.0
24
+ //DEPS org.postgresql:postgresql:42.7.4
25
25
//DEPS com.mysql:mysql-connector-j:8.0.33
26
26
//DEPS org.mariadb.jdbc:mariadb-java-client:3.1.4
27
27
//
You can’t perform that action at this time.
0 commit comments