From d4e1b9eccafe8571321c5e81f33feba700b8e2b8 Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Thu, 16 Dec 2021 08:32:50 +0100 Subject: [PATCH] Upgrade to Elasticsearch 7.16.1. Closes #2030 --- pom.xml | 2 +- src/main/asciidoc/preface.adoc | 2 +- src/main/asciidoc/reference/elasticsearch-new.adoc | 2 +- src/test/resources/testcontainers-elasticsearch.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index c2d7fcd7c..b1d73e4fa 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ https://github.com/spring-projects/spring-data-elasticsearch - 7.16.0 + 7.16.1 2.16.0 4.1.65.Final 2.7.0-SNAPSHOT diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index 4a26c8453..d2e52fa60 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -34,7 +34,7 @@ The following table shows the Elasticsearch versions that are used by Spring Dat [cols="^,^,^,^,^",options="header"] |=== | Spring Data Release Train | Spring Data Elasticsearch | Elasticsearch | Spring Framework | Spring Boot -| 2022.0 (Raj) | 4.4.x | 7.16.0 | 5.3.x | +| 2022.0 (Raj) | 4.4.x | 7.16.1 | 5.3.x | | 2021.1 (Q) | 4.3.x | 7.15.2 | 5.3.x | 2.6.x | 2021.0 (Pascal) | 4.2.x | 7.12.0 | 5.3.x | 2.5.x | 2020.0 (Ockham)footnote:oom[Out of maintenance] | 4.1.xfootnote:oom[] | 7.9.3 | 5.3.2 | 2.4.x diff --git a/src/main/asciidoc/reference/elasticsearch-new.adoc b/src/main/asciidoc/reference/elasticsearch-new.adoc index 4eb35beb8..316b8b6ec 100644 --- a/src/main/asciidoc/reference/elasticsearch-new.adoc +++ b/src/main/asciidoc/reference/elasticsearch-new.adoc @@ -4,7 +4,7 @@ [[new-features.4-4-0]] == New in Spring Data Elasticsearch 4.4 -* Upgrade to Elasticsearch 7.16.0. +* Upgrade to Elasticsearch 7.16.1. [[new-features.4-3-0]] == New in Spring Data Elasticsearch 4.3 diff --git a/src/test/resources/testcontainers-elasticsearch.properties b/src/test/resources/testcontainers-elasticsearch.properties index b848d5ab8..518be4da5 100644 --- a/src/test/resources/testcontainers-elasticsearch.properties +++ b/src/test/resources/testcontainers-elasticsearch.properties @@ -17,7 +17,7 @@ # properties defining the image, these are not passed to the container on startup # sde.testcontainers.image-name=docker.elastic.co/elasticsearch/elasticsearch -sde.testcontainers.image-version=7.16.0 +sde.testcontainers.image-version=7.16.1 # # # 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