summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Arès <hugo.ares@ericsson.com>2018-06-14 14:11:36 -0400
committerHugo Arès <hugo.ares@ericsson.com>2018-06-14 14:12:47 -0400
commitd5be6efa2882796a41ca79dadb85bba33d6bbb62 (patch)
treecd663c5738e2da34542d78b8c909268e3b36dda4
parent99e8250b8136e09746d4993953c3cf6e2ddd12a8 (diff)
Upgrade testcontainers to version 1.8.0
No special reason to update other than upgrading to latest version. Release notes: https://github.com/testcontainers/testcontainers-java/releases/tag/1.7.3 https://github.com/testcontainers/testcontainers-java/releases/tag/1.8.0 Change-Id: I6cf319abb634c58670ab52618591cd29ba01d596
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 3fa38cd385..63534f73cd 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -907,8 +907,8 @@ maven_jar(
maven_jar(
name = "testcontainers",
- artifact = "org.testcontainers:testcontainers:1.7.2",
- sha1 = "fec8b360b6b613f6c9d3b8e7a9fa32d1a2bcb978",
+ artifact = "org.testcontainers:testcontainers:1.8.0",
+ sha1 = "bc413912f7044f9f12aa0782853aef0a067ee52a",
)
maven_jar(