We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab8681 commit 683d6bcCopy full SHA for 683d6bc
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