From 52bbe5e82bda313c229a595d20a95846b513d1cf Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Wed, 15 Nov 2023 12:59:55 +0100 Subject: [PATCH] Upgrade dependency of Elasticsearch client to 7.17.15. Original Pull Request #2767 Closes #2766 --- pom.xml | 4 ++-- src/main/asciidoc/preface.adoc | 2 +- .../reference/elasticsearch-migration-guide-4.3-4.4.adoc | 4 ++-- src/test/resources/testcontainers-elasticsearch.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index a8348d2e2..a6cfd4e23 100644 --- a/pom.xml +++ b/pom.xml @@ -19,9 +19,9 @@ - 7.17.14 + 7.17.15 - 7.17.14 + 7.17.15 2.17.1 4.1.65.Final 2.7.18-SNAPSHOT diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index 7fac2ac44..1852ab8ff 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -35,7 +35,7 @@ The Elasticsearch version given shows with which client libraries Spring Data El [cols="^,^,^,^,^",options="header"] |=== | Spring Data Release Train | Spring Data Elasticsearch | Elasticsearch | Spring Framework | Spring Boot -| 2021.2 (Raj) | 4.4.x | 7.17.14 | 5.3.x | 2.7.x +| 2021.2 (Raj) | 4.4.x | 7.17.15 | 5.3.x | 2.7.x | 2021.1 (Q) | 4.3.x | 7.15.2 | 5.3.x | 2.6.x | 2021.0 (Pascal) | 4.2.xfootnote:oom[Out of maintenance] | 7.12.0 | 5.3.x | 2.5.x | 2020.0 (Ockham)footnote:oom[] | 4.1.xfootnote:oom[] | 7.9.3 | 5.3.2 | 2.4.x diff --git a/src/main/asciidoc/reference/elasticsearch-migration-guide-4.3-4.4.adoc b/src/main/asciidoc/reference/elasticsearch-migration-guide-4.3-4.4.adoc index 1d6e04184..ec1242581 100644 --- a/src/main/asciidoc/reference/elasticsearch-migration-guide-4.3-4.4.adoc +++ b/src/main/asciidoc/reference/elasticsearch-migration-guide-4.3-4.4.adoc @@ -82,7 +82,7 @@ The dependencies for the new Elasticsearch client are still optional in Spring D co.elastic.clients elasticsearch-java - 7.17.14 + 7.17.15 commons-logging @@ -93,7 +93,7 @@ The dependencies for the new Elasticsearch client are still optional in Spring D org.elasticsearch.client elasticsearch-rest-client - 7.17.14 + 7.17.15 commons-logging diff --git a/src/test/resources/testcontainers-elasticsearch.properties b/src/test/resources/testcontainers-elasticsearch.properties index 977e938a5..4a99caa51 100644 --- a/src/test/resources/testcontainers-elasticsearch.properties +++ b/src/test/resources/testcontainers-elasticsearch.properties @@ -15,7 +15,7 @@ # # sde.testcontainers.image-name=docker.elastic.co/elasticsearch/elasticsearch -sde.testcontainers.image-version=7.17.14 +sde.testcontainers.image-version=7.17.15 # # # needed as we do a DELETE /* at the end of the tests, will be required from 8.0 on, produces a warning since 7.13