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