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
This commit is contained in:
David Pursehouse 2018-10-03 10:45:40 +09:00 committed by Marco Miller
parent 4e873c1ca4
commit 0408166b7e

View File

@ -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"