Skip to content

Commit 50f2d83

Browse files
authored
Upgrade to Elasticsearch 7.13.4.
Original Pull Request #1900 Closes #1896
1 parent fd3410b commit 50f2d83

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
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.13.3</elasticsearch>
21+
<elasticsearch>7.13.4</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.13.3 | 5.3.xfootnote:cdv[] | 2.5.xfootnote:cdv[]
37+
| 2021.1 (Q)footnote:cdv[Currently in development] | 4.3.xfootnote:cdv[] | 7.13.4 | 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/test/resources/testcontainers-elasticsearch.properties

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
#
2+
# Copyright 2021 the original author or authors.
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# https://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
#
217
# properties defining the image, these are not passed to the container on startup
318
#
419
sde.testcontainers.image-name=docker.elastic.co/elasticsearch/elasticsearch
5-
sde.testcontainers.image-version=7.13.3
20+
sde.testcontainers.image-version=7.13.4
621
#
722
#
823
# 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)