Skip to content

Commit 0e606db

Browse files
committed
[hibernate#2030] Upgrade PostgreSQL driver to 42.7.4
1 parent 8cb969a commit 0e606db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hibernate-reactive-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
4646

4747
// JDBC driver to test with ORM and PostgreSQL
48-
testRuntimeOnly "org.postgresql:postgresql:42.7.3"
48+
testRuntimeOnly "org.postgresql:postgresql:42.7.4"
4949

5050
// JDBC driver for Testcontainers with MS SQL Server
5151
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11"

tooling/jbang/CockroachDBReactiveTest.java.qute

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
//// Testcontainer needs the JDBC drivers to start the container
1717
//// Hibernate Reactive doesn't need it
18-
//DEPS org.postgresql:postgresql:42.6.0
18+
//DEPS org.postgresql:postgresql:42.7.4
1919

2020
import java.io.IOException;
2121
import jakarta.persistence.Entity;

tooling/jbang/ReactiveTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//
2222
//// Testcontainer needs the JDBC drivers to start the containers
2323
//// Hibernate Reactive doesn't use them
24-
//DEPS org.postgresql:postgresql:42.6.0
24+
//DEPS org.postgresql:postgresql:42.7.4
2525
//DEPS com.mysql:mysql-connector-j:8.0.33
2626
//DEPS org.mariadb.jdbc:mariadb-java-client:3.1.4
2727
//

0 commit comments

Comments
 (0)