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 933fe66 commit 48ca3b2Copy full SHA for 48ca3b2
build.gradle.kts
@@ -309,7 +309,7 @@ configure(integrationTestProjects) {
309
apply(plugin ="org.seasar.doma.compile")
310
311
dependencies {
312
- "testImplementation"(platform("org.testcontainers:testcontainers-bom:1.17.2"))
+ "testImplementation"(platform("org.testcontainers:testcontainers-bom:1.17.3"))
313
"testRuntimeOnly"("com.h2database:h2:1.4.200")
314
"testRuntimeOnly"("mysql:mysql-connector-java:8.0.29")
315
"testRuntimeOnly"("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
0 commit comments