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:
@@ -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());
|
||||
}
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user