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 @@ -43,7 +43,7 @@ dependencies {
43
43
testImplementation ' com.ongres.scram:client:2.1'
44
44
45
45
// JDBC driver to test with ORM and PostgreSQL
46
- testRuntimeOnly " org.postgresql:postgresql:42.4.1 "
46
+ testRuntimeOnly " org.postgresql:postgresql:42.5.0 "
47
47
48
48
// JDBC driver for Testcontainers with MS SQL Server
49
49
testRuntimeOnly " com.microsoft.sqlserver:mssql-jdbc:10.2.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.4 .0
18
+ //DEPS org.postgresql:postgresql:42.5 .0
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.4 .0
24
+ //DEPS org.postgresql:postgresql:42.5 .0
25
25
//DEPS mysql:mysql-connector-java:8.0.28
26
26
//DEPS org.mariadb.jdbc:mariadb-java-client:2.7.3
27
27
//
You can’t perform that action at this time.
0 commit comments