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 ecdc3b7 commit 76a0456Copy full SHA for 76a0456
hibernate-reactive-core/build.gradle
@@ -46,7 +46,7 @@ dependencies {
46
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
47
48
// JDBC driver to test with ORM and PostgreSQL
49
- testRuntimeOnly "org.postgresql:postgresql:42.7.3"
+ testRuntimeOnly "org.postgresql:postgresql:42.7.4"
50
51
// JDBC driver for Testcontainers with MS SQL Server
52
testRuntimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11"
0 commit comments