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 @@ -38,7 +38,7 @@ dependencies {
38
38
testImplementation ' com.ongres.scram:client:2.1'
39
39
40
40
// JDBC driver to test with ORM and PostgreSQL
41
- testRuntimeOnly " org.postgresql:postgresql:42.5 .0"
41
+ testRuntimeOnly " org.postgresql:postgresql:42.6 .0"
42
42
43
43
// JDBC driver for Testcontainers with MS SQL Server
44
44
testRuntimeOnly " com.microsoft.sqlserver:mssql-jdbc:12.2.0.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.5 .0
18
+ //DEPS org.postgresql:postgresql:42.6 .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.5 .0
24
+ //DEPS org.postgresql:postgresql:42.6 .0
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