Skip to content

Commit 38c9fe3

Browse files
committed
Upgrade postgresql to 42.7.4
1 parent da4bcee commit 38c9fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-reactive-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
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.2.0.jre11"

0 commit comments

Comments
 (0)