Skip to content

Commit

Permalink
Bump testcontainers from 1.12.5 to 1.14.0 in /core
Browse files Browse the repository at this point in the history
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.12.5 to 1.14.0.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](1.12.5...1.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Apr 14, 2020
1 parent 7803597 commit 290f6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Expand Up @@ -109,7 +109,7 @@ if (!org.gradle.internal.os.OperatingSystem.current().isWindows()) {
}

dependencies {
baseline 'org.testcontainers:testcontainers:1.12.5', {
baseline 'org.testcontainers:testcontainers:1.14.0', {
exclude group: "*", module: "*"
}

Expand Down

0 comments on commit 290f6bc

Please sign in to comment.