Merge branch 'stable-2.16'

* stable-2.16:
  ElasticV6QueryProjectsTest: Use V6_7
  Elasticsearch: Update elasticsearch-rest-client to 7.0.0

Change-Id: Ib138e90c2a5f01fb09fa4de023369d89da121a05
This commit is contained in:
Marco Miller
2019-04-17 13:43:14 -04:00
3 changed files with 8 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ public class ElasticV6QueryProjectsTest extends AbstractQueryProjectsTest {
return;
}
container = ElasticContainer.createAndStart(ElasticVersion.V6_2);
container = ElasticContainer.createAndStart(ElasticVersion.V6_7);
nodeInfo = new ElasticNodeInfo(container.getHttpHost().getPort());
}