Skip to content

Commit a2802ce

Browse files
authored
Upgrade to Elasticsearch 8.2.3.
Original Pull Request spring-projects#2200 Closes spring-projects#2198
1 parent f901380 commit a2802ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
<properties>
2121
<!-- version of the RestHighLevelClient -->
22-
<elasticsearch-rhlc>7.17.3</elasticsearch-rhlc>
22+
<elasticsearch-rhlc>7.17.4</elasticsearch-rhlc>
2323
<!-- version of the new ElasticsearchClient -->
24-
<elasticsearch-java>8.2.2</elasticsearch-java>
24+
<elasticsearch-java>8.2.3</elasticsearch-java>
2525
<log4j>2.17.2</log4j>
2626
<netty>4.1.65.Final</netty>
2727
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>

src/main/asciidoc/preface.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ built and tested.
3737
[cols="^,^,^,^,^",options="header"]
3838
|===
3939
| Spring Data Release Train | Spring Data Elasticsearch | Elasticsearch | Spring Framework | Spring Boot
40-
| 2022.0 (Turing) | 5.0.x | 8.2.2 | 6.0.x | 3.0.x?
40+
| 2022.0 (Turing) | 5.0.x | 8.2.3 | 6.0.x | 3.0.x?
4141
| 2021.2 (Raj) | 4.4.x | 7.17.3 | 5.3.x | 2.7.x
4242
| 2021.1 (Q) | 4.3.x | 7.15.2 | 5.3.x | 2.6.x
4343
| 2021.0 (Pascal) | 4.2.xfootnote:oom[Out of maintenance] | 7.12.0 | 5.3.x | 2.5.x

src/test/resources/testcontainers-elasticsearch.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
#
1717
sde.testcontainers.image-name=docker.elastic.co/elasticsearch/elasticsearch
18-
sde.testcontainers.image-version=8.2.2
18+
sde.testcontainers.image-version=8.2.3
1919
#
2020
#
2121
# 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

0 commit comments

Comments
 (0)