Skip to content

Commit

Permalink
build(deps): bump org.testcontainers:testcontainers (#329)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 4, 2023
1 parent 4cac9ad commit ee48f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ testing {
implementation project
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 ee48f71

Please sign in to comment.