diff --git a/hibernate-reactive-core/build.gradle b/hibernate-reactive-core/build.gradle index 0f38a856f..36ec04d3d 100644 --- a/hibernate-reactive-core/build.gradle +++ b/hibernate-reactive-core/build.gradle @@ -45,7 +45,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2' // JDBC driver to test with ORM and PostgreSQL - testRuntimeOnly "org.postgresql:postgresql:42.6.0" + testRuntimeOnly "org.postgresql:postgresql:42.7.3" // JDBC driver for Testcontainers with MS SQL Server testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11"