From 1b5875cd0340a7c6d34bd46527361127e75233ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 05:29:22 +0000 Subject: [PATCH] Bump testcontainers from 1.14.3 to 1.15.0 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.14.3 to 1.15.0. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.14.3...1.15.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5ce0b55..d797f64 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ repositories { dependencies { testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.7.0' - testImplementation group: 'org.testcontainers', name: 'testcontainers', version: '1.14.3' + testImplementation group: 'org.testcontainers', name: 'testcontainers', version: '1.15.0' testImplementation group: 'org.testcontainers', name: 'junit-jupiter', version: '1.14.3' }