Skip to content

Commit 5b67895

Browse files
authored
Upgrade to Elasticsearch 7.12.1.
Original Pull Request #1796 Closes #1792
1 parent 775bf66 commit 5b67895

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

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

src/main/asciidoc/preface.adoc

+2-1
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 Framework | Spring Boot
37-
| 2021.0 (Pascal)footnote:cdv[Currently in development] | 4.2.xfootnote:cdv[] | 7.12.0 | 5.3.xfootnote:cdv[] | 2.4.xfootnote:cdv[]
37+
| 2021.1 (Q)footnote:cdv[Currently in development] | 4.3.xfootnote:cdv[] | 7.12.1 | 5.3.xfootnote:cdv[] | 2.5.xfootnote:cdv[]
38+
| 2021.0 (Pascal) | 4.2.x | 7.12.0 | 5.3.x | 2.5.x
3839
| 2020.0 (Ockham) | 4.1.x | 7.9.3 | 5.3.2 | 2.4.x
3940
| Neumann | 4.0.x | 7.6.2 | 5.2.12 |2.3.x
4041
| Moore | 3.2.x |6.8.12 | 5.2.12| 2.2.x

0 commit comments

Comments
 (0)