Merge branch 'stable-3.0' into stable-3.1

* stable-3.0:
  Update git submodules
  ElasticV6QueryChangesTest: Close indices after test
  Update git submodules
  Add support for Elasticsearch version 7.5.*

Change-Id: I7469369ac5ea53ac1716ef9a5e433a91ad9b25af
This commit is contained in:
David Pursehouse
2019-12-04 15:19:32 +09:00
11 changed files with 38 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ public class ElasticV7QueryAccountsTest extends AbstractQueryAccountsTest {
return;
}
container = ElasticContainer.createAndStart(ElasticVersion.V7_4);
container = ElasticContainer.createAndStart(ElasticVersion.V7_5);
nodeInfo = new ElasticNodeInfo(container.getHttpHost().getPort());
}