Skip to content

Commit 7ab30c6

Browse files
fix(deps): update testcontainers-java monorepo to v1.21.2 (#802)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 715a744 commit 7ab30c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ r2dbc-postgresql = "0.8.13.RELEASE"
2424
elastic = "8.18.2"
2525
mongodb = "5.5.1"
2626
wiremock = "3.13.1"
27-
testcontainers = "1.21.1"
27+
testcontainers = "1.21.2"
2828
spotless = "7.0.4"
2929
detekt = "1.23.8"
3030
wire = "5.3.3"

recipes/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ lombok = { module = "org.projectlombok:lombok", version.ref = "lombok" }
121121
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
122122
kotest-property = { module = "io.kotest:kotest-property", version.ref = "kotest" }
123123
kotest-framework-api = { module = "io.kotest:kotest-framework-api", version.ref = "kotest" }
124-
testcontainers-kafka = { module = "org.testcontainers:kafka", version = "1.21.1" }
124+
testcontainers-kafka = { module = "org.testcontainers:kafka", version = "1.21.2" }
125125

126126
# Stove
127127
stove-testing = { module = "com.trendyol:stove-testing-e2e", version.ref = "stove" }

0 commit comments

Comments
 (0)