Skip to content

Commit 48ca3b2

Browse files
committed
Update dependency org.testcontainers:testcontainers-bom to v1.17.3
1 parent 933fe66 commit 48ca3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ configure(integrationTestProjects) {
309309
apply(plugin ="org.seasar.doma.compile")
310310

311311
dependencies {
312-
"testImplementation"(platform("org.testcontainers:testcontainers-bom:1.17.2"))
312+
"testImplementation"(platform("org.testcontainers:testcontainers-bom:1.17.3"))
313313
"testRuntimeOnly"("com.h2database:h2:1.4.200")
314314
"testRuntimeOnly"("mysql:mysql-connector-java:8.0.29")
315315
"testRuntimeOnly"("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")

0 commit comments

Comments
 (0)