Skip to content

Commit 64d1b46

Browse files
authored
Upgrade to Elasticsearch 7.17.14.
Original Pull Request #2734 Closes #2730
1 parent 10e5df1 commit 64d1b46

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.13</elasticsearch-rhlc>
22+
<elasticsearch-rhlc>7.17.14</elasticsearch-rhlc>
2323
<!-- version of the new ElasticsearchClient -->
24-
<elasticsearch-java>7.17.13</elasticsearch-java>
24+
<elasticsearch-java>7.17.14</elasticsearch-java>
2525
<log4j>2.17.1</log4j>
2626
<netty>4.1.65.Final</netty>
2727
<springdata.commons>2.7.17-SNAPSHOT</springdata.commons>

src/main/asciidoc/preface.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The Elasticsearch version given shows with which client libraries Spring Data El
3535
[cols="^,^,^,^,^",options="header"]
3636
|===
3737
| Spring Data Release Train | Spring Data Elasticsearch | Elasticsearch | Spring Framework | Spring Boot
38-
| 2021.2 (Raj) | 4.4.x | 7.17.12 | 5.3.x | 2.7.x
38+
| 2021.2 (Raj) | 4.4.x | 7.17.14 | 5.3.x | 2.7.x
3939
| 2021.1 (Q) | 4.3.x | 7.15.2 | 5.3.x | 2.6.x
4040
| 2021.0 (Pascal) | 4.2.xfootnote:oom[Out of maintenance] | 7.12.0 | 5.3.x | 2.5.x
4141
| 2020.0 (Ockham)footnote:oom[] | 4.1.xfootnote:oom[] | 7.9.3 | 5.3.2 | 2.4.x

src/main/asciidoc/reference/elasticsearch-migration-guide-4.3-4.4.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The dependencies for the new Elasticsearch client are still optional in Spring D
8282
<dependency>
8383
<groupId>co.elastic.clients</groupId>
8484
<artifactId>elasticsearch-java</artifactId>
85-
<version>7.17.12</version>
85+
<version>7.17.14</version>
8686
<exclusions>
8787
<exclusion>
8888
<groupId>commons-logging</groupId>
@@ -93,7 +93,7 @@ The dependencies for the new Elasticsearch client are still optional in Spring D
9393
<dependency>
9494
<groupId>org.elasticsearch.client</groupId>
9595
<artifactId>elasticsearch-rest-client</artifactId> <!-- is Apache 2-->
96-
<version>7.17.12</version>
96+
<version>7.17.14</version>
9797
<exclusions>
9898
<exclusion>
9999
<groupId>commons-logging</groupId>

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=7.17.12
18+
sde.testcontainers.image-version=7.17.14
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)