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 5770781 commit 9710d5bCopy full SHA for 9710d5b
build.gradle.kts
@@ -313,7 +313,7 @@ configure(integrationTestProjects) {
313
"testRuntimeOnly"("com.h2database:h2:1.4.200")
314
"testRuntimeOnly"("mysql:mysql-connector-java:8.0.29")
315
"testRuntimeOnly"("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
316
- "testRuntimeOnly"("org.postgresql:postgresql:42.3.4")
+ "testRuntimeOnly"("org.postgresql:postgresql:42.3.5")
317
"testRuntimeOnly"("com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8")
318
"testRuntimeOnly"("org.testcontainers:mysql")
319
"testRuntimeOnly"("org.testcontainers:oracle-xe")
0 commit comments