summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2018-06-23 19:49:21 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2018-06-25 23:18:57 +0000
commita21222d3e24aecd882e78709f0b93c933ea2c34a (patch)
tree7134f741c137d44df2e4cb46a425682f181a8f7e
parent23583638c37055e68aad9336966bcdfc117622e6 (diff)
Upgrade elasticsearch-rest-client to 6.3.0
Support for 6.3.0 was added in 2.14.9 but we overlooked upgrading the REST client to the same version. Change-Id: Ifc681fa07759715cc876e71dbfc9490b2b096c9d
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 63534f73cd..6d10a834ba 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -881,8 +881,8 @@ maven_jar(
maven_jar(
name = "elasticsearch-rest-client",
- artifact = "org.elasticsearch.client:elasticsearch-rest-client:5.6.9",
- sha1 = "895706412e2fba3f842fca82ec3dece1cb4ee7d1",
+ artifact = "org.elasticsearch.client:elasticsearch-rest-client:6.3.0",
+ sha1 = "a95ef38262ef499aa07cdb736f4a47cb19162654",
)
JACKSON_VERSION = "2.6.6"