Skip to content

Commit 8ce9a33

Browse files
committed
Update dependency org.testcontainers:testcontainers-bom to v1.19.4
1 parent e377141 commit 8ce9a33

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

275275
dependencies {
276-
testImplementation(platform("org.testcontainers:testcontainers-bom:1.19.3"))
276+
testImplementation(platform("org.testcontainers:testcontainers-bom:1.19.4"))
277277
testRuntimeOnly("com.h2database:h2:1.4.200")
278278
testRuntimeOnly("mysql:mysql-connector-java:8.0.33")
279279
testRuntimeOnly("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")

0 commit comments

Comments
 (0)