Merge branch 'stable-3.0' into stable-3.1
* stable-3.0: Fix computing label extremes Upgrade elasticsearch-rest-client to 7.4.1 Change-Id: I6de47400e73e9749257fa50477a0fdf4ce931eca
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