From 08f5fd823abe87988a032d25fca0e3f11cb29bba Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 19 Sep 2018 15:14:38 +0900 Subject: [PATCH] Upgrade elasticsearch-rest-client to 6.4.1 Change-Id: I6ababa146a93fcd23481b5f3ce2d55dc4486cdf3 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index e9fc1dd663..622f03b5c7 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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"