Skip to content

Commit

Permalink
Bump org.testcontainers:testcontainers from 1.20.5 to 1.20.6 (#355)
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.5 to 1.20.6.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.5...1.20.6)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2025
1 parent ad53009 commit 44ce1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shopping/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
exclude(module = "mockito-core")
}
testImplementation("io.projectreactor:reactor-test:3.7.3")
testImplementation("org.testcontainers:testcontainers:1.20.5")
testImplementation("org.testcontainers:testcontainers:1.20.6")
testImplementation("org.testcontainers:junit-jupiter:1.20.6")
testImplementation("org.testcontainers:postgresql:1.20.6")
testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")
Expand Down
2 changes: 1 addition & 1 deletion warehouse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
exclude(module = "mockito-core")
}
testImplementation("io.projectreactor:reactor-test:3.7.3")
testImplementation("org.testcontainers:testcontainers:1.20.5")
testImplementation("org.testcontainers:testcontainers:1.20.6")
testImplementation("org.testcontainers:junit-jupiter:1.20.6")
testImplementation("org.testcontainers:postgresql:1.20.6")
testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")
Expand Down

0 comments on commit 44ce1e4

Please sign in to comment.