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.19.2 to 1.19.3.
- [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.19.2...1.19.3)

---
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] committed Dec 4, 2023
1 parent 8d6fdd1 commit 825a13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ testing {
integrationTest(JvmTestSuite) {
dependencies {
implementation project
implementation 'org.testcontainers:junit-jupiter:1.19.2'
implementation 'org.testcontainers:junit-jupiter:1.19.3'
implementation 'org.testcontainers:localstack:1.19.3'
implementation 'org.testcontainers:testcontainers:1.19.2'
implementation 'org.testcontainers:testcontainers:1.19.3'
}
}
withType(JvmTestSuite).configureEach {
Expand Down

0 comments on commit 825a13c

Please sign in to comment.