Skip to content

Commit d4e1b9e

Browse files
committed
Upgrade to Elasticsearch 7.16.1.
Closes spring-projects#2030
1 parent 11c6500 commit d4e1b9e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>
1919

2020
<properties>
21-
<elasticsearch>7.16.0</elasticsearch>
21+
<elasticsearch>7.16.1</elasticsearch>
2222
<log4j>2.16.0</log4j>
2323
<netty>4.1.65.Final</netty>
2424
<springdata.commons>2.7.0-SNAPSHOT</springdata.commons>

Diff for: src/main/asciidoc/preface.adoc

+1-1
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 Framework | Spring Boot
37-
| 2022.0 (Raj) | 4.4.x | 7.16.0 | 5.3.x |
37+
| 2022.0 (Raj) | 4.4.x | 7.16.1 | 5.3.x |
3838
| 2021.1 (Q) | 4.3.x | 7.15.2 | 5.3.x | 2.6.x
3939
| 2021.0 (Pascal) | 4.2.x | 7.12.0 | 5.3.x | 2.5.x
4040
| 2020.0 (Ockham)footnote:oom[Out of maintenance] | 4.1.xfootnote:oom[] | 7.9.3 | 5.3.2 | 2.4.x

Diff for: src/main/asciidoc/reference/elasticsearch-new.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[[new-features.4-4-0]]
55
== New in Spring Data Elasticsearch 4.4
66

7-
* Upgrade to Elasticsearch 7.16.0.
7+
* Upgrade to Elasticsearch 7.16.1.
88

99
[[new-features.4-3-0]]
1010
== New in Spring Data Elasticsearch 4.3

Diff for: src/test/resources/testcontainers-elasticsearch.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# properties defining the image, these are not passed to the container on startup
1818
#
1919
sde.testcontainers.image-name=docker.elastic.co/elasticsearch/elasticsearch
20-
sde.testcontainers.image-version=7.16.0
20+
sde.testcontainers.image-version=7.16.1
2121
#
2222
#
2323
# needed as we do a DELETE /* at the end of the tests, will be required from 8.0 on, produces a warning since 7.13

0 commit comments

Comments
 (0)