Merge "Add support for Elasticsearch version 7.7.*" into stable-2.16

This commit is contained in:
David Pursehouse
2020-05-14 23:33:24 +00:00
committed by Gerrit Code Review
10 changed files with 18 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ public class ElasticIndexIT extends AbstractIndexTests {
@ConfigSuite.Config
public static Config elasticsearchV7() {
return getConfig(ElasticVersion.V7_6);
return getConfig(ElasticVersion.V7_7);
}
@Override