summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2019-04-18 19:56:36 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2019-04-18 19:58:09 +0900
commit713906b550b520f11d3ba14d7f522a5ef7044df1 (patch)
treee6fc34b2c56c59fad4288daf45da80780a24171e
parente19570ce309f70cc8c1a9e87a6d1fe5757d58d9e (diff)
WORKSPACE: Extract testcontainers version to a constant
This will reduce conflicts when merging up to stable-2.15. Change-Id: Ibcb0c8a8b42cbb383d48f642c62b70aa9de640c3
-rw-r--r--WORKSPACE4
1 files changed, 3 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 382c7cd2af..020ae6fdd7 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -918,9 +918,11 @@ maven_jar(
sha1 = "0f5a654e4675769c716e5b387830d19b501ca191",
)
+TESTCONTAINERS_VERSION = "1.11.2"
+
maven_jar(
name = "testcontainers",
- artifact = "org.testcontainers:testcontainers:1.11.2",
+ artifact = "org.testcontainers:testcontainers:" + TESTCONTAINERS_VERSION,
sha1 = "eae47ed24bb07270d4b60b5e2c3444c5bf3c8ea9",
)