Skip to content

Commit

Permalink
Update dependency org.testcontainers:testcontainers-bom to v1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent cc3a8ee commit 06b86ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion camel/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
testImplementation("org.springframework.boot:spring-boot-starter-test")

testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.2"))
testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.3"))
testImplementation("org.testcontainers:localstack")
testImplementation("io.kotest.extensions:kotest-extensions-testcontainers:2.0.2")
testImplementation(project(":testcontainers-junit4-shim"))
Expand Down
2 changes: 1 addition & 1 deletion kcl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation("io.github.resilience4j:resilience4j-retry:2.2.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")

testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.2"))
testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.3"))
testImplementation("org.testcontainers:localstack")
testImplementation("io.kotest.extensions:kotest-extensions-testcontainers:2.0.2")
testImplementation(project(":testcontainers-junit4-shim"))
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-stream/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ testing {

implementation.bundle(libs.bundles.kotest)

implementation(platform("org.testcontainers:testcontainers-bom:1.20.2"))
implementation(platform("org.testcontainers:testcontainers-bom:1.20.3"))
implementation("org.testcontainers:localstack")
implementation("io.kotest.extensions:kotest-extensions-testcontainers:2.0.2")
implementation(project(":testcontainers-junit4-shim"))
Expand Down

0 comments on commit 06b86ed

Please sign in to comment.