Skip to content

Commit d532120

Browse files
committed
[hibernate#2030] Upgrade PostgreSQL driver to 42.7.4
1 parent e8d5b0f commit d532120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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"

0 commit comments

Comments
 (0)