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 69541f1 commit ab80530Copy full SHA for ab80530
build.gradle.kts
@@ -309,7 +309,7 @@ configure(integrationTestProjects) {
309
apply(plugin ="org.domaframework.doma.compile")
310
311
dependencies {
312
- "testImplementation"(platform("org.testcontainers:testcontainers-bom:1.19.0"))
+ "testImplementation"(platform("org.testcontainers:testcontainers-bom:1.19.1"))
313
"testRuntimeOnly"("com.h2database:h2:1.4.200")
314
"testRuntimeOnly"("mysql:mysql-connector-java:8.0.33")
315
"testRuntimeOnly"("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
0 commit comments