From 95cc37b4561060338adf4ecfeab1ae9b759306f3 Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Wed, 12 Jul 2023 19:08:54 +0200 Subject: [PATCH] Upgrade to Elasticsearch 7.17.11. Closes #2623 --- 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 b4bcd1cad1..98525d1fa1 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 3.0.8-SNAPSHOT - 7.17.9 + 7.17.11 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 612178ce1a..b8e6ad22b5 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.9 + 7.17.11 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.9 explicitly, otherwise maven will resolve to 8.5.3, and this does not exist. +Make sure to specify the version 7.17.11 explicitly, otherwise maven will resolve to 8.5.3, and this does not exist.