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 a04992d commit 0dedf74Copy full SHA for 0dedf74
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.17.3"))
+ "testImplementation"(platform("org.testcontainers:testcontainers-bom:1.17.4"))
313
"testRuntimeOnly"("com.h2database:h2:1.4.200")
314
"testRuntimeOnly"("mysql:mysql-connector-java:8.0.30")
315
"testRuntimeOnly"("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
0 commit comments