diff --git a/Jenkinsfile b/Jenkinsfile
index f3a92451d5f..0b46d1a07bb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -240,7 +240,7 @@ stage('Configure') {
new LocalElasticsearchBuildEnvironment(version: '8.8.2', condition: TestCondition.ON_DEMAND),
new LocalElasticsearchBuildEnvironment(version: '8.9.2', condition: TestCondition.ON_DEMAND),
new LocalElasticsearchBuildEnvironment(version: '8.10.4', condition: TestCondition.ON_DEMAND),
- new LocalElasticsearchBuildEnvironment(version: '8.11.0', condition: TestCondition.BEFORE_MERGE, isDefault: true),
+ new LocalElasticsearchBuildEnvironment(version: '8.11.1', condition: TestCondition.BEFORE_MERGE, isDefault: true),
// --------------------------------------------
// OpenSearch
diff --git a/build/container/search-backend/elastic.Dockerfile b/build/container/search-backend/elastic.Dockerfile
index ffd886c2933..ef15d03742b 100644
--- a/build/container/search-backend/elastic.Dockerfile
+++ b/build/container/search-backend/elastic.Dockerfile
@@ -4,4 +4,4 @@
# IMPORTANT! When updating the version of Elasticsearch in this Dockerfile,
# make sure to update `version.org.elasticsearch.latest` property in a POM file.
#
-FROM docker.io/elastic/elasticsearch:8.11.0
\ No newline at end of file
+FROM docker.io/elastic/elasticsearch:8.11.1
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 1fb8833364e..e2ab6ecfd88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -376,7 +376,7 @@
- 8.11.0
+ 8.11.1
elastic