Upgrade testcontainers to 1.12.4

Change-Id: I8e9c62c7d22871ab03e0c5e6c6bcd5420c4c81f9
This commit is contained in:
Marco Miller
2019-12-02 17:51:04 -05:00
parent 5e80fdc639
commit 15dceb8bae

View File

@@ -162,18 +162,18 @@ def declare_nongoogle_deps():
sha1 = "3e83394258ae2089be7219b971ec21a8288528ad",
)
TESTCONTAINERS_VERSION = "1.12.3"
TESTCONTAINERS_VERSION = "1.12.4"
maven_jar(
name = "testcontainers",
artifact = "org.testcontainers:testcontainers:" + TESTCONTAINERS_VERSION,
sha1 = "e424a4549640e120acceac641ac909fcda58bf62",
sha1 = "456b6facac12c4b67130d9056a43c011679e9f0c",
)
maven_jar(
name = "testcontainers-elasticsearch",
artifact = "org.testcontainers:elasticsearch:" + TESTCONTAINERS_VERSION,
sha1 = "c0796de5032070b8768ce78c78949b48f13c30db",
sha1 = "9e210c277a35a95a76d03a79e2812575bd07391c",
)
maven_jar(