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