Upgrade to Elasticsearch 7.6.1

See gh-20423
pull/20428/head
dreis2211 5 years ago committed by Stephane Nicoll
parent 0ea81c4a19
commit 6036df5f33

@ -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);

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

Loading…
Cancel
Save