summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <ekempin@google.com>2018-12-10 07:43:53 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-12-10 07:43:53 +0000
commit1e589ca8aa29d05e9d99129613a585dbb2b81e1f (patch)
tree131499ebfcfc9a9c7299d270908cbcc6eb04db96
parentb0ff9fc598cae8f70a8d8420d1bd0f3ccb661f78 (diff)
parent5ae02edccb3d9ac474a861e8a6c9bca29505a298 (diff)
Merge "Upgrade elasticsearch-rest-client to 6.5.2" into stable-2.15
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index bc72cec78f..9f8ad85cb7 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -896,8 +896,8 @@ maven_jar(
# and httpasyncclient as necessary.
maven_jar(
name = "elasticsearch-rest-client",
- artifact = "org.elasticsearch.client:elasticsearch-rest-client:6.5.1",
- sha1 = "d87892e24ef361b9fff5435246b0f0b8f4561fe8",
+ artifact = "org.elasticsearch.client:elasticsearch-rest-client:6.5.2",
+ sha1 = "6ad0dd15affe56be7dfe638fe317bc5f7456b730",
)
JACKSON_VERSION = "2.9.7"