Skip to content

Commit

Permalink
Update all testcontainers dependencies to v1.20.1 (#328)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent b7b6874 commit 929a6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ dependencies {
testImplementation("io.swagger.parser.v3:swagger-parser:2.1.22")
testImplementation("org.springframework.security:spring-security-test")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("org.testcontainers:localstack:1.20.0")
testImplementation("org.testcontainers:postgresql:1.20.0")
testImplementation("org.testcontainers:localstack:1.20.1")
testImplementation("org.testcontainers:postgresql:1.20.1")
}

kotlin {
Expand Down

0 comments on commit 929a6ed

Please sign in to comment.