diff --git a/Jenkinsfile b/Jenkinsfile
index 0123cc958da..70b54020885 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -265,7 +265,7 @@ stage('Configure') {
new LocalElasticsearchBuildEnvironment(version: '8.10.4', condition: TestCondition.ON_DEMAND),
new LocalElasticsearchBuildEnvironment(version: '8.11.4', condition: TestCondition.ON_DEMAND),
new LocalElasticsearchBuildEnvironment(version: '8.12.2', condition: TestCondition.ON_DEMAND),
- new LocalElasticsearchBuildEnvironment(version: '8.13.1', condition: TestCondition.BEFORE_MERGE, isDefault: true),
+ new LocalElasticsearchBuildEnvironment(version: '8.13.2', condition: TestCondition.BEFORE_MERGE, isDefault: true),
// --------------------------------------------
// OpenSearch
diff --git a/build/container/search-backend/elastic.Dockerfile b/build/container/search-backend/elastic.Dockerfile
index a937e00a33e..a1569357db5 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.13.1
\ No newline at end of file
+FROM docker.io/elastic/elasticsearch:8.13.2
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 1394732ad34..11ea49a6670 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,7 +379,7 @@
- 8.13.1
+ 8.13.2
elastic