diff --git a/pom.xml b/pom.xml
index 0c38be33c..c0dbe754a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
https://github.com/spring-projects/spring-data-elasticsearch
- 7.14.1
+ 7.15.0
2.14.1
4.1.65.Final
2.6.0-SNAPSHOT
diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc
index ff9381aa6..d739b9d9a 100644
--- a/src/main/asciidoc/preface.adoc
+++ b/src/main/asciidoc/preface.adoc
@@ -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
-| 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
| 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
diff --git a/src/test/resources/testcontainers-elasticsearch.properties b/src/test/resources/testcontainers-elasticsearch.properties
index 2b5ae5c25..39ee0d151 100644
--- a/src/test/resources/testcontainers-elasticsearch.properties
+++ b/src/test/resources/testcontainers-elasticsearch.properties
@@ -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.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