From 19ec05dae33f1f13853c1bc4eb822b0665613505 Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Sun, 30 Jul 2023 17:24:34 +0000 Subject: [PATCH] Upgrade deprecated dependency to Elasticsearch 7.17.12. Original Pull Request #2654 Closes #2652 --- 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 4e8021736..52ae2dd64 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 3.0.9-SNAPSHOT - 7.17.11 + 7.17.12 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 b8e6ad22b..f9dc84200 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.11 + 7.17.12 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.11 explicitly, otherwise maven will resolve to 8.5.3, and this does not exist. +Make sure to specify the version 7.17.12 explicitly, otherwise maven will resolve to 8.5.3, and this does not exist.