From 6351b9f026261cd55ff95984aafce4c959916b61 Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Tue, 14 Feb 2023 18:55:38 +0100 Subject: [PATCH] Upgrade to Elasticsearch 7.17.9. Original Pull Request #2456 Closes #2454 --- pom.xml | 2 +- .../reference/elasticsearch-migration-guide-4.4-5.0.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 040fdda2f..01e40e14e 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 3.0.2-SNAPSHOT - 7.17.8 + 7.17.9 8.5.3 diff --git a/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc b/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc index 42a94b147..612178ce1 100644 --- a/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc +++ b/src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc @@ -154,7 +154,7 @@ The old deprecated `RestHighLevelClient` can still be used, but you will need to org.elasticsearch.client elasticsearch-rest-high-level-client - 7.17.5 + 7.17.9 commons-logging @@ -165,4 +165,4 @@ The old deprecated `RestHighLevelClient` can still be used, but you will need to ---- ==== -Make sure to specify the version 7.17.6 explicitly, otherwise maven will resolve to 8.5.3, and this does not exist. +Make sure to specify the version 7.17.9 explicitly, otherwise maven will resolve to 8.5.3, and this does not exist.