Skip to content

Commit 683d6bc

Browse files
committed
[hibernate#2030] Upgrade PostgreSQL driver to 42.7.4
1 parent 4ab8681 commit 683d6bc

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
@@ -46,7 +46,7 @@ dependencies {
4646
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
4747

4848
// JDBC driver to test with ORM and PostgreSQL
49-
testRuntimeOnly "org.postgresql:postgresql:42.7.3"
49+
testRuntimeOnly "org.postgresql:postgresql:42.7.4"
5050

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

0 commit comments

Comments
 (0)