Upgrade to Elasticsearch 7.6.1

See gh-20423
This commit is contained in:
dreis2211 2020-03-08 12:49:21 +01:00 committed by Stephane Nicoll
parent 0ea81c4a19
commit 6036df5f33
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ public class VersionOverridingElasticsearchContainer extends ElasticsearchContai
/**
* Elasticsearch version
*/
protected static final String ELASTICSEARCH_VERSION = "7.5.1";
protected static final String ELASTICSEARCH_VERSION = "7.6.1";
public VersionOverridingElasticsearchContainer() {
super(ELASTICSEARCH_IMAGE + ":" + ELASTICSEARCH_VERSION);

View File

@ -275,7 +275,7 @@ bom {
]
}
}
library("Elasticsearch", "7.5.2") {
library("Elasticsearch", "7.6.1") {
group("org.elasticsearch") {
modules = [
"elasticsearch"