Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 6964bfb

Browse files
committed
Update dependency org.testcontainers:testcontainers-bom to v1.16.1
1 parent 0806404 commit 6964bfb

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
@@ -63,7 +63,7 @@ subprojects {
6363
}
6464

6565
dependencies {
66-
"testImplementation"(platform("org.testcontainers:testcontainers-bom:1.16.0"))
66+
"testImplementation"(platform("org.testcontainers:testcontainers-bom:1.16.1"))
6767
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.8.1")
6868
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.8.1")
6969
"testRuntimeOnly"("com.h2database:h2:1.4.200")

0 commit comments

Comments
 (0)