Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump testcontainers from 1.16.0 to 1.17.2
Browse files Browse the repository at this point in the history
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.16.0 to 1.17.2.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.16.0...1.17.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2022
1 parent aaf7806 commit f800a0d
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 @@ -18,7 +18,7 @@ repositories{
}

dependencies {
implementation group: 'org.testcontainers', name: 'testcontainers', version: '1.16.0'
implementation group: 'org.testcontainers', name: 'testcontainers', version: '1.17.2'

testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation group: 'org.mockito', name: 'mockito-core', version :'3.4.6'
Expand Down

0 comments on commit f800a0d

Please sign in to comment.