Skip to content

Commit 1f0f847

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency org.testcontainers:testcontainers-bom to v1.16.2
1 parent a007442 commit 1f0f847

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
@@ -287,7 +287,7 @@ configure(integrationTestProjects) {
287287
}
288288

289289
dependencies {
290-
"testImplementation"(platform("org.testcontainers:testcontainers-bom:1.16.0"))
290+
"testImplementation"(platform("org.testcontainers:testcontainers-bom:1.16.2"))
291291
"testRuntimeOnly"("com.h2database:h2:1.4.200")
292292
"testRuntimeOnly"("mysql:mysql-connector-java:8.0.27")
293293
"testRuntimeOnly"("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")

0 commit comments

Comments
 (0)