Skip to content

Commit

Permalink
build(deps): bump org.testcontainers:testcontainers
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.3 to 1.20.4.
- [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.3...1.20.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent b13c6e8 commit 54f3ca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ testing {
integrationTest(JvmTestSuite) {
dependencies {
implementation project
implementation 'org.testcontainers:junit-jupiter:1.20.3'
implementation 'org.testcontainers:localstack:1.20.3'
implementation 'org.testcontainers:testcontainers:1.20.3'
implementation 'org.testcontainers:junit-jupiter:1.20.4'
implementation 'org.testcontainers:localstack:1.20.4'
implementation 'org.testcontainers:testcontainers:1.20.4'
}
}
withType(JvmTestSuite).configureEach {
Expand Down

0 comments on commit 54f3ca2

Please sign in to comment.