Skip to content

Commit 9153d4d

Browse files
authored
Upgrade to Elasticsearch 7.17.11.
Original Pull Request #2624 Closes #2623
1 parent 9109dfa commit 9153d4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<springdata.commons>3.0.8-SNAPSHOT</springdata.commons>
2222

2323
<!-- version of the RestHighLevelClient -->
24-
<elasticsearch-rhlc>7.17.9</elasticsearch-rhlc>
24+
<elasticsearch-rhlc>7.17.11</elasticsearch-rhlc>
2525
<!-- version of the new ElasticsearchClient -->
2626
<elasticsearch-java>8.5.3</elasticsearch-java>
2727

src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The old deprecated `RestHighLevelClient` can still be used, but you will need to
154154
<dependency>
155155
<groupId>org.elasticsearch.client</groupId>
156156
<artifactId>elasticsearch-rest-high-level-client</artifactId>
157-
<version>7.17.9</version>
157+
<version>7.17.11</version>
158158
<exclusions>
159159
<exclusion>
160160
<groupId>commons-logging</groupId>
@@ -165,4 +165,4 @@ The old deprecated `RestHighLevelClient` can still be used, but you will need to
165165
----
166166
====
167167

168-
Make sure to specify the version 7.17.9 explicitly, otherwise maven will resolve to 8.5.3, and this does not exist.
168+
Make sure to specify the version 7.17.11 explicitly, otherwise maven will resolve to 8.5.3, and this does not exist.

0 commit comments

Comments
 (0)