Skip to content

Commit

Permalink
Upgrade to Elasticsearch 7.16.3.
Browse files Browse the repository at this point in the history
Original Pull Request #2060
Closes #2059
  • Loading branch information
sothawo authored Jan 15, 2022
1 parent ae2905d commit 729893f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>

<properties>
<elasticsearch>7.16.2</elasticsearch>
<elasticsearch>7.16.3</elasticsearch>
<log4j>2.17.0</log4j>
<netty>4.1.65.Final</netty>
<springdata.commons>2.7.0-SNAPSHOT</springdata.commons>
Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/preface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.2 | 5.3.x | 2.7.x
| 2022.0 (Raj) | 4.4.x | 7.16.3 | 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.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
Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/reference/elasticsearch-new.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[[new-features.4-4-0]]
== New in Spring Data Elasticsearch 4.4

* Upgrade to Elasticsearch 7.16.2.
* Upgrade to Elasticsearch 7.16.3.

[[new-features.4-3-0]]
== New in Spring Data Elasticsearch 4.3
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/testcontainers-elasticsearch.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
sde.testcontainers.image-version=7.16.3
#
#
# 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
Expand Down

0 comments on commit 729893f

Please sign in to comment.