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 b2ecf91 commit 6206454Copy full SHA for 6206454
build.gradle.kts
@@ -276,7 +276,7 @@ configure(integrationTestProjects) {
276
apply(plugin ="org.domaframework.doma.compile")
277
278
dependencies {
279
- testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.0"))
+ testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.1"))
280
testRuntimeOnly("com.h2database:h2:1.4.200")
281
testRuntimeOnly("mysql:mysql-connector-java:8.0.33")
282
testRuntimeOnly("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
0 commit comments