Skip to content

Commit 4835df7

Browse files
authored
Upgrade to Elasticsearch 7.16.2.
Original Pull Request #2036 Closes #2034
1 parent ad904e5 commit 4835df7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44

55
<modelVersion>4.0.0</modelVersion>
66

@@ -19,7 +19,7 @@
1919
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>
2020

2121
<properties>
22-
<elasticsearch>7.16.1</elasticsearch>
22+
<elasticsearch>7.16.2</elasticsearch>
2323
<log4j>2.17.0</log4j>
2424
<netty>4.1.65.Final</netty>
2525
<springdata.commons>2.7.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-
| 2022.0 (Raj) | 4.4.x | 7.16.1 | 5.3.x |
37+
| 2022.0 (Raj) | 4.4.x | 7.16.2 | 5.3.x |
3838
| 2021.1 (Q) | 4.3.x | 7.15.2 | 5.3.x | 2.6.x
3939
| 2021.0 (Pascal) | 4.2.x | 7.12.0 | 5.3.x | 2.5.x
4040
| 2020.0 (Ockham)footnote:oom[Out of maintenance] | 4.1.xfootnote:oom[] | 7.9.3 | 5.3.2 | 2.4.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-4-0]]
55
== New in Spring Data Elasticsearch 4.4
66

7-
* Upgrade to Elasticsearch 7.16.1.
7+
* Upgrade to Elasticsearch 7.16.2.
88

99
[[new-features.4-3-0]]
1010
== New in Spring Data Elasticsearch 4.3

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.16.1
20+
sde.testcontainers.image-version=7.16.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)