ElasticContainer: Upgrade V7_5 to elasticsearch 7.5.1

Upgrade elasticsearch-rest-client to 7.5.1, accordingly.

Change-Id: I61571737cf49c4c074b921a4a55243b327e34424
This commit is contained in:
Marco Miller
2019-12-19 16:35:14 -05:00
parent e19f47d152
commit a10aa5e822
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ public class ElasticContainer extends ElasticsearchContainer {
case V7_4:
return "blacktop/elasticsearch:7.4.2";
case V7_5:
return "blacktop/elasticsearch:7.5.0";
return "blacktop/elasticsearch:7.5.1";
}
throw new IllegalStateException("No tests for version: " + version.name());
}

View File

@@ -94,8 +94,8 @@ def declare_nongoogle_deps():
# and httpasyncclient as necessary.
maven_jar(
name = "elasticsearch-rest-client",
artifact = "org.elasticsearch.client:elasticsearch-rest-client:7.5.0",
sha1 = "62535b6fc3a4e943e88e7640eac22e29f03a696d",
artifact = "org.elasticsearch.client:elasticsearch-rest-client:7.5.1",
sha1 = "094c155906dc94146fc5adc344ea2c676d487cf2",
)
maven_jar(