Skip to content

Commit fa0d6c9

Browse files
committed
[#1963] Upgrade PostgreSQL jdbc driver to 42.7.3
1 parent 05dc4b6 commit fa0d6c9

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)