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 a007442 commit 1f0f847Copy full SHA for 1f0f847
build.gradle.kts
@@ -287,7 +287,7 @@ configure(integrationTestProjects) {
287
}
288
289
dependencies {
290
- "testImplementation"(platform("org.testcontainers:testcontainers-bom:1.16.0"))
+ "testImplementation"(platform("org.testcontainers:testcontainers-bom:1.16.2"))
291
"testRuntimeOnly"("com.h2database:h2:1.4.200")
292
"testRuntimeOnly"("mysql:mysql-connector-java:8.0.27")
293
"testRuntimeOnly"("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
0 commit comments