Upgrade elasticsearch-rest-client to 6.4.2

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: Idd395be966596e27f373c1e8a21c1484e8a382ba
This commit is contained in:
David Pursehouse 2018-10-03 10:45:40 +09:00
parent 353f810882
commit f69a822690

View File

@ -880,8 +880,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.6.6"