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 0909a35 commit 58edbe6Copy full SHA for 58edbe6
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.1"))
+ "testImplementation"(platform("org.testcontainers:testcontainers-bom:1.17.2"))
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