Merge branch 'stable-2.15' into stable-2.16
* stable-2.15: Upgrade elasticsearch-rest-client to 7.4.1 Change-Id: I690ab553b01e84895c396d8c93afbec746be5a84
This commit is contained in:
@@ -61,7 +61,7 @@ public class ElasticContainer extends ElasticsearchContainer {
|
||||
case V7_3:
|
||||
return "blacktop/elasticsearch:7.3.2";
|
||||
case V7_4:
|
||||
return "blacktop/elasticsearch:7.4.0";
|
||||
return "blacktop/elasticsearch:7.4.1";
|
||||
}
|
||||
throw new IllegalStateException("No tests for version: " + version.name());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user