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 e377141 commit 8ce9a33Copy full SHA for 8ce9a33
build.gradle.kts
@@ -273,7 +273,7 @@ configure(integrationTestProjects) {
273
apply(plugin ="org.domaframework.doma.compile")
274
275
dependencies {
276
- testImplementation(platform("org.testcontainers:testcontainers-bom:1.19.3"))
+ testImplementation(platform("org.testcontainers:testcontainers-bom:1.19.4"))
277
testRuntimeOnly("com.h2database:h2:1.4.200")
278
testRuntimeOnly("mysql:mysql-connector-java:8.0.33")
279
testRuntimeOnly("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
0 commit comments