Skip to content

Commit 1e6cfad

Browse files
authored
DATAES-960 - Upgrade to Elasticsearch 7.9.3.
Original PR: #543
1 parent 83a586c commit 1e6cfad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<commonslang>2.6</commonslang>
22-
<elasticsearch>7.9.2</elasticsearch>
22+
<elasticsearch>7.9.3</elasticsearch>
2323
<log4j>2.13.3</log4j>
2424
<netty>4.1.52.Final</netty>
2525
<springdata.commons>2.4.0-SNAPSHOT</springdata.commons>

src/main/asciidoc/preface.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following table shows the Elasticsearch versions that are used by Spring Dat
3434
[cols="^,^,^,^",options="header"]
3535
|===
3636
| Spring Data Release Train |Spring Data Elasticsearch |Elasticsearch | Spring Boot
37-
| 2020.0.0footnote:cdv[Currently in development] |4.1.xfootnote:cdv[]|7.9.2 |2.3.xfootnote:cdv[]
37+
| 2020.0.0footnote:cdv[Currently in development] |4.1.xfootnote:cdv[]|7.9.3 |2.3.xfootnote:cdv[]
3838
| Neumann | 4.0.x | 7.6.2 |2.3.x
3939
| Moore | 3.2.x |6.8.12 | 2.2.x
4040
| Lovelace | 3.1.x | 6.2.2 |2.1.x

src/main/asciidoc/reference/elasticsearch-new.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
== New in Spring Data Elasticsearch 4.1
66

77
* Uses Spring 5.3.
8-
* Upgrade to Elasticsearch 7.9.2.
8+
* Upgrade to Elasticsearch 7.9.3.
99
* Improved API for alias management.
1010
* Introduction of `ReactiveIndexOperations` for index management.
1111
* Index templates support.

0 commit comments

Comments
 (0)