Skip to content

Commit 6debccf

Browse files
authored
DATAES-975 - Upgrade to Elasticsearch 7.10.0.
Original PR: #553
1 parent 88a8b84 commit 6debccf

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.3</elasticsearch>
22+
<elasticsearch>7.10.0</elasticsearch>
2323
<log4j>2.13.3</log4j>
2424
<netty>4.1.52.Final</netty>
2525
<springdata.commons>2.5.0-SNAPSHOT</springdata.commons>

src/main/asciidoc/preface.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ 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.3 |2.3.xfootnote:cdv[]
37+
| 2021.0 (Pascal)footnote:cdv[Currently in development] |4.2.xfootnote:cdv[]|7.10.0 |2.4.xfootnote:cdv[]
38+
| 2020.0 (Ockham) |4.1.x|7.9.3 |2.4.x
3839
| Neumann | 4.0.x | 7.6.2 |2.3.x
3940
| Moore | 3.2.x |6.8.12 | 2.2.x
4041
| Lovelace | 3.1.x | 6.2.2 |2.1.x

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[[new-features]]
22
= What's new
33

4+
[[new-features.4-2-0]]
5+
== New in Spring Data Elasticsearch 4.2
6+
7+
* Upgrade to Elasticsearch 7.10.0.
8+
49
[[new-features.4-1-0]]
510
== New in Spring Data Elasticsearch 4.1
611

0 commit comments

Comments
 (0)