ElasticContainer: Upgrade V7_6 to elasticsearch 7.6.2

Upgrade elasticsearch-rest-client to 7.6.2, accordingly.

Change-Id: If7d3795a4b4cb352d3c57dc83077f58c7032defc
This commit is contained in:
Marco Miller
2020-03-31 16:43:50 -04:00
parent e2439b437a
commit b120a1db9c
2 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ public class ElasticContainer extends ElasticsearchContainer {
case V7_5:
return "blacktop/elasticsearch:7.5.2";
case V7_6:
return "blacktop/elasticsearch:7.6.1";
return "blacktop/elasticsearch:7.6.2";
}
throw new IllegalStateException("No tests for version: " + version.name());
}

View File

@@ -94,8 +94,8 @@ def declare_nongoogle_deps():
# and httpasyncclient as necessary.
maven_jar(
name = "elasticsearch-rest-client",
artifact = "org.elasticsearch.client:elasticsearch-rest-client:7.6.1",
sha1 = "6fb9f72e9d86a8c503f26f28fa7271f4ac065709",
artifact = "org.elasticsearch.client:elasticsearch-rest-client:7.6.2",
sha1 = "3da6691dcd1864243f11f07d51907320452c6400",
)
maven_jar(