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