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:
David Pursehouse
2019-10-26 10:50:57 +09:00
4 changed files with 12 additions and 5 deletions

View File

@@ -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());
}