Skip to content

Commit 5af2837

Browse files
committed
Upgrade to Testcontainers 1.17.6
1 parent 5466b45 commit 5af2837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
1919
api(platform("org.junit:junit-bom:5.8.2"))
2020
api(platform("org.mockito:mockito-bom:4.5.1"))
21-
api(platform("org.testcontainers:testcontainers-bom:1.17.3"))
21+
api(platform("org.testcontainers:testcontainers-bom:1.17.6"))
2222
api(platform("org.apache.logging.log4j:log4j-bom:2.17.2"))
2323

2424
constraints {

0 commit comments

Comments
 (0)