summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2019-03-18 16:06:23 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-03-18 16:06:23 +0000
commit4d152be63a13bf9ed018c1301b0fe435264fe1bb (patch)
tree378e882b1dbdb382745ccc922ed9258c5d76be17
parente59fdab6170e895ed62a877e43b6ba7f402e5cff (diff)
parent2338c8345ddb9a883018af00ca6bd5084b6fde6e (diff)
Merge "WORKSPACE: Update testcontainers to version 1.10.7" into stable-2.14
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index f6b83eb6ba..ff6d1ec606 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -906,8 +906,8 @@ maven_jar(
maven_jar(
name = "testcontainers",
- artifact = "org.testcontainers:testcontainers:1.10.6",
- sha1 = "435c94ec099e229e62295cec4feec91c192aa764",
+ artifact = "org.testcontainers:testcontainers:1.10.7",
+ sha1 = "e7575fedfd010ca1ad80c8c9bf971a8057b1ff8a",
)
maven_jar(