Merge pull request #20423 from dreis2211
* pr/20423: Upgrade to Elasticsearch 7.6.1 Closes gh-20423
This commit is contained in:
commit
c28d793eeb
|
@ -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…
Reference in New Issue