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 e7d7ecb commit fb1c07dCopy full SHA for fb1c07d
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.32")
315
"testRuntimeOnly"("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
316
- "testRuntimeOnly"("org.postgresql:postgresql:42.5.4")
+ "testRuntimeOnly"("org.postgresql:postgresql:42.6.0")
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