Skip to content

Commit 19ec05d

Browse files
authored
Upgrade deprecated dependency to Elasticsearch 7.17.12.
Original Pull Request #2654 Closes #2652
1 parent 70d2de7 commit 19ec05d

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.9-SNAPSHOT</springdata.commons>
2222

2323
<!-- version of the RestHighLevelClient -->
24-
<elasticsearch-rhlc>7.17.11</elasticsearch-rhlc>
24+
<elasticsearch-rhlc>7.17.12</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.11</version>
157+
<version>7.17.12</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.11 explicitly, otherwise maven will resolve to 8.5.3, and this does not exist.
168+
Make sure to specify the version 7.17.12 explicitly, otherwise maven will resolve to 8.5.3, and this does not exist.

0 commit comments

Comments
 (0)