We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bd941 commit bae4541Copy full SHA for bae4541
hibernate-reactive-core/build.gradle
@@ -42,7 +42,7 @@ dependencies {
42
testImplementation 'com.ongres.scram:client:2.1'
43
44
// JDBC driver to test with ORM and PostgreSQL
45
- testRuntimeOnly "org.postgresql:postgresql:42.3.5"
+ testRuntimeOnly "org.postgresql:postgresql:42.4.0"
46
47
// JDBC driver for Testcontainers with MS SQL Server
48
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:10.2.1.jre11"
0 commit comments