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 {
3838 testImplementation ' com.ongres.scram:client:2.1'
3939
4040 // JDBC driver to test with ORM and PostgreSQL
41- testRuntimeOnly " org.postgresql:postgresql:42.5 .0"
41+ testRuntimeOnly " org.postgresql:postgresql:42.6 .0"
4242
4343 // JDBC driver for Testcontainers with MS SQL Server
4444 testRuntimeOnly " com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11"
Original file line number Diff line number Diff line change 1515
1616//// Testcontainer needs the JDBC drivers to start the container
1717//// Hibernate Reactive doesn't need it
18- //DEPS org.postgresql:postgresql:42.5 .0
18+ //DEPS org.postgresql:postgresql:42.6 .0
1919
2020import java.io.IOException;
2121import jakarta.persistence.Entity;
Original file line number Diff line number Diff line change 2121//
2222//// Testcontainer needs the JDBC drivers to start the containers
2323//// Hibernate Reactive doesn't use them
24- //DEPS org.postgresql:postgresql:42.5 .0
24+ //DEPS org.postgresql:postgresql:42.6 .0
2525//DEPS com.mysql:mysql-connector-j:8.0.33
2626//DEPS org.mariadb.jdbc:mariadb-java-client:3.1.4
2727//
You can’t perform that action at this time.
0 commit comments