Skip to content

Commit 90e1aca

Browse files
committed
Upgrade to Elasticsearch 7.17.0.
Closes spring-projects#2077
1 parent f37eec6 commit 90e1aca

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: pom.xml

+2-2
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.3</elasticsearch>
21+
<elasticsearch>7.17.0</elasticsearch>
2222
<log4j>2.17.1</log4j>
2323
<netty>4.1.65.Final</netty>
2424
<springdata.commons>2.7.0-SNAPSHOT</springdata.commons>
@@ -226,7 +226,7 @@
226226
<version>${log4j}</version>
227227
<scope>test</scope>
228228
</dependency>
229-
229+
230230
<dependency>
231231
<groupId>io.projectreactor.tools</groupId>
232232
<artifactId>blockhound-junit-platform</artifactId>

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.3 | 5.3.x | 2.7.x
37+
| 2022.0 (Raj) | 4.4.x | 7.17.0 | 5.3.x | 2.7.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.3.
7+
* Upgrade to Elasticsearch 7.17.0.
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.3
20+
sde.testcontainers.image-version=7.17.0
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)