Add support for Elasticsearch version 7.7.*
Upgrade elasticsearch-rest-client to 7.7.0.
Add V7_7 to the version manager, and use this in all the V7 tests.
Change-Id: I406ccf0bc29f38ccce8ab74f5742342bc50251d2
diff --git a/tools/nongoogle.bzl b/tools/nongoogle.bzl
index 7e542f9..d63ac4c 100644
--- a/tools/nongoogle.bzl
+++ b/tools/nongoogle.bzl
@@ -94,8 +94,8 @@
# and httpasyncclient as necessary.
maven_jar(
name = "elasticsearch-rest-client",
- artifact = "org.elasticsearch.client:elasticsearch-rest-client:7.6.2",
- sha1 = "3da6691dcd1864243f11f07d51907320452c6400",
+ artifact = "org.elasticsearch.client:elasticsearch-rest-client:7.7.0",
+ sha1 = "5fc25eec3940bc0e9b0ffddcf50554a609e9db8e",
)
maven_jar(