Merge pull request #20423 from dreis2211

* pr/20423:
  Upgrade to Elasticsearch 7.6.1

Closes gh-20423
This commit is contained in:
Stephane Nicoll 2020-03-08 13:31:57 +01:00
commit c28d793eeb
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"