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 79c8ba5 commit 6ff23d1Copy full SHA for 6ff23d1
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.4"))
+ "testImplementation"(platform("org.testcontainers:testcontainers-bom:1.17.5"))
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