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 ec6e3f3 commit ae08233Copy full SHA for ae08233
build.gradle.kts
@@ -277,7 +277,7 @@ configure(integrationTestProjects) {
277
testRuntimeOnly("com.h2database:h2:1.4.200")
278
testRuntimeOnly("mysql:mysql-connector-java:8.0.33")
279
testRuntimeOnly("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
280
- testRuntimeOnly("org.postgresql:postgresql:42.7.2")
+ testRuntimeOnly("org.postgresql:postgresql:42.7.3")
281
testRuntimeOnly("com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8")
282
testRuntimeOnly("org.testcontainers:mysql")
283
testRuntimeOnly("org.testcontainers:oracle-xe")
0 commit comments