Skip to content

Commit 6206454

Browse files
committed
Update dependency org.testcontainers:testcontainers-bom to v1.20.1
1 parent b2ecf91 commit 6206454

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
@@ -276,7 +276,7 @@ configure(integrationTestProjects) {
276276
apply(plugin ="org.domaframework.doma.compile")
277277

278278
dependencies {
279-
testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.0"))
279+
testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.1"))
280280
testRuntimeOnly("com.h2database:h2:1.4.200")
281281
testRuntimeOnly("mysql:mysql-connector-java:8.0.33")
282282
testRuntimeOnly("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")

0 commit comments

Comments
 (0)