Upgrade testcontainers to 1.10.3

There's nothing particular in this release that we need; the upgrade
is only to keep up-to-date with the latest version.

Change-Id: Ic79f1f755223fc6678f23d5932be740ee3ad70c7
This commit is contained in:
David Pursehouse
2018-12-19 10:59:21 +09:00
parent d87ac85f87
commit 17c4f7639a

View File

@@ -908,18 +908,18 @@ maven_jar(
sha1 = "4b7f0e0dc527fab032e9800ed231080fdc3ac015",
)
TESTCONTAINERS_VERSION = "1.10.2"
TESTCONTAINERS_VERSION = "1.10.3"
maven_jar(
name = "testcontainers",
artifact = "org.testcontainers:testcontainers:" + TESTCONTAINERS_VERSION,
sha1 = "dfe35b1887685000fecee7f102bd8ce55643665c",
sha1 = "e561ce99fc616b383d85f35ce881e58e8de59ae7",
)
maven_jar(
name = "testcontainers-elasticsearch",
artifact = "org.testcontainers:elasticsearch:" + TESTCONTAINERS_VERSION,
sha1 = "c6eb4a3a0ad114929b659fa59c2ee9fe1c1d6a58",
sha1 = "0cb114ecba0ed54a116e2be2f031bc45ca4cbfc8",
)
maven_jar(