From 92a11e6eda543b6fc199672e1d87acd43ed8b26d Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Mon, 14 Sep 2020 18:14:54 +0200 Subject: [PATCH] DATAES-923 - Upgrade to Elasticsearch 7.9.1. Original PR: #517 --- pom.xml | 2 +- src/main/asciidoc/preface.adoc | 2 +- src/main/asciidoc/reference/elasticsearch-new.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bd5a5717a..6047cae99 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 2.6 - 7.9.0 + 7.9.1 2.13.3 4.1.50.Final 2.4.0-SNAPSHOT diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index 8e977baf4..92f2b5ff5 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -34,7 +34,7 @@ The following table shows the Elasticsearch versions that are used by Spring Dat [cols="^,^,^,^",options="header"] |=== | Spring Data Release Train |Spring Data Elasticsearch |Elasticsearch | Spring Boot -| 2020.0.0footnote:cdv[Currently in development] |4.1.xfootnote:cdv[]|7.9.0 |2.3.xfootnote:cdv[] +| 2020.0.0footnote:cdv[Currently in development] |4.1.xfootnote:cdv[]|7.9.1 |2.3.xfootnote:cdv[] | Neumann | 4.0.x | 7.6.2 |2.3.x | Moore | 3.2.x |6.8.12 | 2.2.x | Lovelace | 3.1.x | 6.2.2 |2.1.x diff --git a/src/main/asciidoc/reference/elasticsearch-new.adoc b/src/main/asciidoc/reference/elasticsearch-new.adoc index 9062ad225..ea36bcf9b 100644 --- a/src/main/asciidoc/reference/elasticsearch-new.adoc +++ b/src/main/asciidoc/reference/elasticsearch-new.adoc @@ -4,7 +4,7 @@ [[new-features.4-1-0]] == New in Spring Data Elasticsearch 4.1 -* Upgrade to Elasticsearch 7.9.0 +* Upgrade to Elasticsearch 7.9.1 * Improved API for alias management * Introduction of `ReactiveIndexOperations` for index management * Index templates support