mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-14 08:02:11 +00:00
Upgrade to Elasticsearch 7.15.0.
Original Pull Request #1943 Closes #1941
This commit is contained in:
parent
d9b23ede70
commit
53581a9a79
2
pom.xml
2
pom.xml
@ -18,7 +18,7 @@
|
|||||||
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>
|
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<elasticsearch>7.14.1</elasticsearch>
|
<elasticsearch>7.15.0</elasticsearch>
|
||||||
<log4j>2.14.1</log4j>
|
<log4j>2.14.1</log4j>
|
||||||
<netty>4.1.65.Final</netty>
|
<netty>4.1.65.Final</netty>
|
||||||
<springdata.commons>2.6.0-SNAPSHOT</springdata.commons>
|
<springdata.commons>2.6.0-SNAPSHOT</springdata.commons>
|
||||||
|
@ -34,7 +34,7 @@ The following table shows the Elasticsearch versions that are used by Spring Dat
|
|||||||
[cols="^,^,^,^,^",options="header"]
|
[cols="^,^,^,^,^",options="header"]
|
||||||
|===
|
|===
|
||||||
| Spring Data Release Train | Spring Data Elasticsearch | Elasticsearch | Spring Framework | Spring Boot
|
| Spring Data Release Train | Spring Data Elasticsearch | Elasticsearch | Spring Framework | Spring Boot
|
||||||
| 2021.1 (Q)footnote:cdv[Currently in development] | 4.3.xfootnote:cdv[] | 7.14.1 | 5.3.xfootnote:cdv[] | 2.5 .xfootnote:cdv[]
|
| 2021.1 (Q)footnote:cdv[Currently in development] | 4.3.xfootnote:cdv[] | 7.15.0 | 5.3.xfootnote:cdv[] | 2.5 .xfootnote:cdv[]
|
||||||
| 2021.0 (Pascal) | 4.2.x | 7.12.0 | 5.3.x | 2.5.x
|
| 2021.0 (Pascal) | 4.2.x | 7.12.0 | 5.3.x | 2.5.x
|
||||||
| 2020.0 (Ockham) | 4.1.x | 7.9.3 | 5.3.2 | 2.4.x
|
| 2020.0 (Ockham) | 4.1.x | 7.9.3 | 5.3.2 | 2.4.x
|
||||||
| Neumann | 4.0.x | 7.6.2 | 5.2.12 |2.3.x
|
| Neumann | 4.0.x | 7.6.2 | 5.2.12 |2.3.x
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# properties defining the image, these are not passed to the container on startup
|
# 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-name=docker.elastic.co/elasticsearch/elasticsearch
|
||||||
sde.testcontainers.image-version=7.14.1
|
sde.testcontainers.image-version=7.15.0
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# 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
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user