Skip to content

Commit 8117324

Browse files
chore(deps): update dependency org.testcontainers:testcontainers to v2
1 parent 95d907c commit 8117324

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
@@ -20,7 +20,7 @@ dependencies {
2020
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2121

2222
// Testcontainers
23-
testImplementation("org.testcontainers:testcontainers:1.21.4")
23+
testImplementation("org.testcontainers:testcontainers:2.0.3")
2424
testImplementation("org.testcontainers:junit-jupiter:1.21.4")
2525
testImplementation("org.testcontainers:kafka:1.21.4")
2626

0 commit comments

Comments
 (0)