summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2018-10-03 10:45:40 +0900
committerMarco Miller <marco.miller@ericsson.com>2018-10-04 11:47:24 -0400
commit0408166b7ee345cd998b37d6907043c68a475460 (patch)
tree9cd4e7a1c9b48fa9fd612d15d005e09992b84697
parent4e873c1ca4e8bc89a6b4c5d6c2e41c75df977dcf (diff)
Upgrade elasticsearch-rest-client to 6.4.2
This is a cherry-pick of stable-2.15 recently merged commit f69a822. This pick assumes that Elasticsearch 6.x.y is still also maintained for the stable-2.14 branch. According to the release notes [1] this release does not include any client fixes. This is just to keep up to date with the latest version. [1] https: //www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-6.4.2.html Change-Id: I3fe434416537625f8963baec85bfabb7c735bed7
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 48c6ab94e3..d5a8c25502 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -875,8 +875,8 @@ maven_jar(
maven_jar(
name = "elasticsearch-rest-client",
- artifact = "org.elasticsearch.client:elasticsearch-rest-client:6.4.1",
- sha1 = "b5b52703e8d798a71e1269c2eda585dff720436f",
+ artifact = "org.elasticsearch.client:elasticsearch-rest-client:6.4.2",
+ sha1 = "a2baf2d4fdf03f31fbd39351a32bee25fcdfa1cf",
)
JACKSON_VERSION = "2.9.7"