ElasticContainer: Upgrade V7_5 to elasticsearch 7.5.2

Upgrade elasticsearch-rest-client to 7.5.2, accordingly.

Change-Id: I39059811c2ae2167e41f9f3851446dbbde3cf1e4
This commit is contained in:
Marco Miller
2020-01-21 18:13:40 -05:00
parent 821dc41e2d
commit 75d618b483
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.1";
return "blacktop/elasticsearch:7.5.2";
}
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.1",
sha1 = "094c155906dc94146fc5adc344ea2c676d487cf2",
artifact = "org.elasticsearch.client:elasticsearch-rest-client:7.5.2",
sha1 = "e11393f600a425b7f62e6f653e19a9e53556fd79",
)
maven_jar(