Skip to content

Commit

Permalink
Bump testcontainers from 1.12.5 to 1.14.0 in /core (#2569)
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>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Apr 19, 2020
1 parent 3530e63 commit add6eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Expand Up @@ -110,7 +110,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 add6eb4

Please sign in to comment.