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

Commit

Permalink
chore(deps): bump testcontainers from 1.12.5 to 1.13.0 in /tests (#5)
Browse files Browse the repository at this point in the history
* BREAKING CHANGE: GlusterFS updated to 7.4, s6 overlay from base image (#3)

* chore(deps): bump testcontainers from 1.12.5 to 1.13.0 in /tests

Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.12.5 to 1.13.0.
- [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.12.5...1.13.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: LH <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] and lholota authored Apr 1, 2020
1 parent 2aaa271 commit 8e3b6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {

dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13'
testImplementation "org.testcontainers:testcontainers:1.12.5"
testImplementation "org.testcontainers:testcontainers:1.13.0"
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.30'
}
Expand Down

0 comments on commit 8e3b6fa

Please sign in to comment.