ElasticContainer: Upgrade V7_6 to elasticsearch 7.6.1
Upgrade elasticsearch-rest-client to 7.6.1, accordingly. Change-Id: I7567688469aa75bcda3514b2963d3a8f0b86976a
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.0";
|
||||
return "blacktop/elasticsearch:7.6.1";
|
||||
}
|
||||
throw new IllegalStateException("No tests for version: " + version.name());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user