Skip to content

Commit ea4d3f9

Browse files
committed
Upgrade to Elasticsearch 7.17.2.
Original Pull Request #2131 Closes #2130 (cherry picked from commit a60f305)
1 parent b9e2b13 commit ea4d3f9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Diff for: pom.xml

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

2020
<properties>
21-
<elasticsearch>7.17.1</elasticsearch>
22-
<elasticsearch-java>7.17.1</elasticsearch-java>
21+
<elasticsearch>7.17.2</elasticsearch>
22+
<elasticsearch-java>7.17.2</elasticsearch-java>
2323
<log4j>2.17.1</log4j>
2424
<netty>4.1.65.Final</netty>
2525
<springdata.commons>2.7.0-SNAPSHOT</springdata.commons>
@@ -505,7 +505,7 @@
505505
<id>local-maven-repo</id>
506506
<url>file:///${project.basedir}/src/test/resources/local-maven-repo</url>
507507
</repository>
508-
508+
509509
</repositories>
510510

511511
<pluginRepositories>

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.17.1 | 5.3.x | 2.7.x
37+
| 2022.0 (Raj) | 4.4.x | 7.17.2 | 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-migration-guide-4.3-4.4.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The dependencies for the new Elasticsearch client are still optional in Spring D
8282
<dependency>
8383
<groupId>co.elastic.clients</groupId>
8484
<artifactId>elasticsearch-java</artifactId>
85-
<version>7.17.1</version>
85+
<version>7.17.2</version>
8686
<exclusions>
8787
<exclusion>
8888
<groupId>commons-logging</groupId>
@@ -93,7 +93,7 @@ The dependencies for the new Elasticsearch client are still optional in Spring D
9393
<dependency>
9494
<groupId>org.elasticsearch.client</groupId>
9595
<artifactId>elasticsearch-rest-client</artifactId> <!-- is Apache 2-->
96-
<version>7.17.1</version>
96+
<version>7.17.2</version>
9797
<exclusions>
9898
<exclusion>
9999
<groupId>commons-logging</groupId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
== New in Spring Data Elasticsearch 4.4
66

77
* Introduction of new imperative and reactive clients using the classes from the new Elasticsearch Java client
8-
* Upgrade to Elasticsearch 7.17.1.
8+
* Upgrade to Elasticsearch 7.17.2.
99

1010
[[new-features.4-3-0]]
1111
== 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
@@ -15,7 +15,7 @@
1515
#
1616
#
1717
sde.testcontainers.image-name=docker.elastic.co/elasticsearch/elasticsearch
18-
sde.testcontainers.image-version=7.17.1
18+
sde.testcontainers.image-version=7.17.2
1919
#
2020
#
2121
# 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)