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