summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Miller <marco.miller@ericsson.com>2019-03-13 15:27:05 -0400
committerMarco Miller <marco.miller@ericsson.com>2019-03-13 15:27:05 -0400
commit91a58b803ff0796d98950fc7c89a65cc86ca563a (patch)
tree28bffb983954f5207a7bbbdc596b070743928acd
parenteaec3cc30c48a0c559a382b28df5ddc8c3ef795a (diff)
WORKSPACE: Update the testcontainers version to latest
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index c8417d21bb..f6b83eb6ba 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -906,8 +906,8 @@ maven_jar(
maven_jar(
name = "testcontainers",
- artifact = "org.testcontainers:testcontainers:1.8.0",
- sha1 = "bc413912f7044f9f12aa0782853aef0a067ee52a",
+ artifact = "org.testcontainers:testcontainers:1.10.6",
+ sha1 = "435c94ec099e229e62295cec4feec91c192aa764",
)
maven_jar(