ElasticContainer: Upgrade V7_6 to elasticsearch 7.6.2

Upgrade elasticsearch-rest-client to 7.6.2, accordingly.

Change-Id: If7d3795a4b4cb352d3c57dc83077f58c7032defc
This commit is contained in:
Marco Miller
2020-03-31 16:43:50 -04:00
parent e2439b437a
commit b120a1db9c
2 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ public class ElasticContainer extends ElasticsearchContainer {
case V7_5:
return "blacktop/elasticsearch:7.5.2";
case V7_6:
return "blacktop/elasticsearch:7.6.1";
return "blacktop/elasticsearch:7.6.2";
}
throw new IllegalStateException("No tests for version: " + version.name());
}