Skip to content

Commit 73feebd

Browse files
committed
[hibernate#1949] Upgrade PostgreSQL jdbc driver for testing
1 parent aab34b7 commit 73feebd

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.10.2'
4646

4747
// JDBC driver to test with ORM and PostgreSQL
48-
testRuntimeOnly "org.postgresql:postgresql:42.6.0"
48+
testRuntimeOnly "org.postgresql:postgresql:42.7.3"
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)