Skip to content

Commit 9353de1

Browse files
authored
Upgrade to Elasticsearch 7.15.2.
Original Pull Request #1985 Closes #1984
1 parent 5717d6e commit 9353de1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>
1919

2020
<properties>
21-
<elasticsearch>7.15.1</elasticsearch>
21+
<elasticsearch>7.15.2</elasticsearch>
2222
<log4j>2.14.1</log4j>
2323
<netty>4.1.65.Final</netty>
2424
<springdata.commons>2.6.0-SNAPSHOT</springdata.commons>

Diff for: src/main/asciidoc/preface.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following table shows the Elasticsearch versions that are used by Spring Dat
3434
[cols="^,^,^,^,^",options="header"]
3535
|===
3636
| Spring Data Release Train | Spring Data Elasticsearch | Elasticsearch | Spring Framework | Spring Boot
37-
| 2021.1 (Q)footnote:cdv[Currently in development] | 4.3.xfootnote:cdv[] | 7.15.1 | 5.3.xfootnote:cdv[] | 2.5 .xfootnote:cdv[]
37+
| 2021.1 (Q)footnote:cdv[Currently in development] | 4.3.xfootnote:cdv[] | 7.15.2 | 5.3.xfootnote:cdv[] | 2.5 .xfootnote:cdv[]
3838
| 2021.0 (Pascal) | 4.2.x | 7.12.0 | 5.3.x | 2.5.x
3939
| 2020.0 (Ockham) | 4.1.x | 7.9.3 | 5.3.2 | 2.4.x
4040
| Neumann | 4.0.x | 7.6.2 | 5.2.12 |2.3.x

Diff for: src/main/asciidoc/reference/elasticsearch-new.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[[new-features.4-3-0]]
55
== New in Spring Data Elasticsearch 4.3
66

7-
* Upgrade to Elasticsearch 7.15.1.
7+
* Upgrade to Elasticsearch 7.15.2.
88
* Allow runtime_fields to be defined in the index mapping.
99
* Add native support for range field types by using a range object.
1010
* Add repository search for nullable or empty properties.

Diff for: src/test/resources/testcontainers-elasticsearch.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# properties defining the image, these are not passed to the container on startup
1818
#
1919
sde.testcontainers.image-name=docker.elastic.co/elasticsearch/elasticsearch
20-
sde.testcontainers.image-version=7.15.1
20+
sde.testcontainers.image-version=7.15.2
2121
#
2222
#
2323
# 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)