Upgrade elasticsearch-rest-client to 6.4.1

Change-Id: I6ababa146a93fcd23481b5f3ce2d55dc4486cdf3
This commit is contained in:
David Pursehouse
2018-09-19 15:14:38 +09:00
parent 416731319e
commit 08f5fd823a

View File

@@ -874,8 +874,8 @@ maven_jar(
maven_jar(
name = "elasticsearch-rest-client",
artifact = "org.elasticsearch.client:elasticsearch-rest-client:6.4.0",
sha1 = "0eaa13decb9796eb671c5841d0770ae68b348da5",
artifact = "org.elasticsearch.client:elasticsearch-rest-client:6.4.1",
sha1 = "b5b52703e8d798a71e1269c2eda585dff720436f",
)
JACKSON_VERSION = "2.6.6"