diff --git a/Jenkinsfile b/Jenkinsfile
index 8f08aee5da1..365060a2d41 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -262,7 +262,7 @@ stage('Configure') {
new LocalElasticsearchBuildEnvironment(version: '8.18.7', condition: TestCondition.ON_DEMAND),
new LocalElasticsearchBuildEnvironment(version: '8.19.4', condition: TestCondition.AFTER_MERGE),
new LocalElasticsearchBuildEnvironment(version: '9.0.7', condition: TestCondition.ON_DEMAND),
- new LocalElasticsearchBuildEnvironment(version: '9.1.4', condition: TestCondition.BEFORE_MERGE, isDefault: true),
+ new LocalElasticsearchBuildEnvironment(version: '9.1.5', condition: TestCondition.BEFORE_MERGE, isDefault: true),
// IMPORTANT: Make sure to update the documentation for any newly supported Elasticsearch versions
// See version.org.elasticsearch.compatible.expected.text
// and version.org.elasticsearch.compatible.regularly-tested.text in POMs.
diff --git a/bom/platform-common/pom.xml b/bom/platform-common/pom.xml
index c8cc7768e8f..1d8ea766dd7 100644
--- a/bom/platform-common/pom.xml
+++ b/bom/platform-common/pom.xml
@@ -19,7 +19,7 @@
7.1.2.Final
- 9.1.4
+ 9.1.5
2.32.10
3.3.1
3.0.4.Final
diff --git a/build/container/search-backend/elastic.Dockerfile b/build/container/search-backend/elastic.Dockerfile
index a295492aebe..b198b915e4f 100644
--- a/build/container/search-backend/elastic.Dockerfile
+++ b/build/container/search-backend/elastic.Dockerfile
@@ -5,4 +5,4 @@
# * update `version.org.elasticsearch.latest` property in a POM file.
# * update the tags for 'elasticsearch-current' and 'elasticsearch-next' builds in ci/dependency-update/Jenkinsfile
#
-FROM docker.io/elastic/elasticsearch:9.1.4
+FROM docker.io/elastic/elasticsearch:9.1.5
diff --git a/build/parents/build/pom.xml b/build/parents/build/pom.xml
index 2fc01053701..ef8b5cdda1c 100644
--- a/build/parents/build/pom.xml
+++ b/build/parents/build/pom.xml
@@ -49,7 +49,7 @@
- 9.1.4
+ 9.1.5
4.5.14
4.4.16
diff --git a/pom.xml b/pom.xml
index d9b22321972..6bb6226cf11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,7 +389,7 @@
- 9.1.4
+ 9.1.5
elastic