We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d5b0f commit d532120Copy full SHA for d532120
hibernate-reactive-core/build.gradle
@@ -45,7 +45,7 @@ dependencies {
45
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
46
47
// JDBC driver to test with ORM and PostgreSQL
48
- testRuntimeOnly "org.postgresql:postgresql:42.7.3"
+ testRuntimeOnly "org.postgresql:postgresql:42.7.4"
49
50
// JDBC driver for Testcontainers with MS SQL Server
51
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11"
0 commit comments