diff --git a/Jenkinsfile b/Jenkinsfile
index 7e1550dbcc5..8f3347d465f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -222,7 +222,7 @@ stage('Configure') {
// --------------------------------------------
// Elasticsearch distribution from Elastic
// Not testing 7.9- since those versions are EOL'ed.
- new LocalElasticsearchBuildEnvironment(version: '7.10.1', condition: TestCondition.AFTER_MERGE),
+ new LocalElasticsearchBuildEnvironment(version: '7.10.2', condition: TestCondition.AFTER_MERGE),
// Not testing 7.11 to make the build quicker.
// The only difference with 7.12+ is that wildcard predicates on analyzed fields get their pattern normalized,
// and that was deemed a bug: https://github.com/elastic/elasticsearch/pull/53127
@@ -254,7 +254,7 @@ stage('Configure') {
new LocalElasticsearchBuildEnvironment(version: '8.16.1', condition: TestCondition.ON_DEMAND),
new LocalElasticsearchBuildEnvironment(version: '8.17.6', condition: TestCondition.ON_DEMAND),
new LocalElasticsearchBuildEnvironment(version: '8.18.7', condition: TestCondition.ON_DEMAND),
- new LocalElasticsearchBuildEnvironment(version: '8.19.4', condition: TestCondition.AFTER_MERGE),
+ new LocalElasticsearchBuildEnvironment(version: '8.19.6', condition: TestCondition.AFTER_MERGE),
new LocalElasticsearchBuildEnvironment(version: '9.0.7', condition: TestCondition.ON_DEMAND),
new LocalElasticsearchBuildEnvironment(version: '9.1.5', condition: TestCondition.ON_DEMAND),
new LocalElasticsearchBuildEnvironment(version: '9.2.0', condition: TestCondition.BEFORE_MERGE, isDefault: true),
@@ -290,7 +290,7 @@ stage('Configure') {
new LocalOpenSearchBuildEnvironment(version: '3.0.0', condition: TestCondition.ON_DEMAND),
new LocalOpenSearchBuildEnvironment(version: '3.1.0', condition: TestCondition.ON_DEMAND),
new LocalOpenSearchBuildEnvironment(version: '3.2.0', condition: TestCondition.ON_DEMAND),
- new LocalOpenSearchBuildEnvironment(version: '3.3.1', condition: TestCondition.BEFORE_MERGE),
+ new LocalOpenSearchBuildEnvironment(version: '3.3.2', condition: TestCondition.BEFORE_MERGE),
// See https://opensearch.org/lines/2x.html for a list of all 2.x versions
// IMPORTANT: Make sure to update the documentation for any newly supported OpenSearch versions
// See version.org.opensearch.compatible.expected.text
diff --git a/build/container/search-backend/amazon-opensearch-serverless.Dockerfile b/build/container/search-backend/amazon-opensearch-serverless.Dockerfile
index 3983da3d182..28f6390f673 100644
--- a/build/container/search-backend/amazon-opensearch-serverless.Dockerfile
+++ b/build/container/search-backend/amazon-opensearch-serverless.Dockerfile
@@ -4,4 +4,4 @@
# IMPORTANT! When updating the version of OpenSearch in this Dockerfile,
# make sure to update `version.org.opensearch.latest` property in a POM file,
# and to update the version in opensearch.Dockerfile as well.
-FROM docker.io/opensearchproject/opensearch:3.3.1
+FROM docker.io/opensearchproject/opensearch:3.3.2
diff --git a/build/container/search-backend/opensearch.Dockerfile b/build/container/search-backend/opensearch.Dockerfile
index b119331e7f0..5d95c04ec31 100644
--- a/build/container/search-backend/opensearch.Dockerfile
+++ b/build/container/search-backend/opensearch.Dockerfile
@@ -4,4 +4,4 @@
# IMPORTANT! When updating the version of OpenSearch in this Dockerfile,
# make sure to update `version.org.opensearch.latest` property in a POM file,
# and to update the version in amazon-opensearch-serverless.Dockerfile as well.
-FROM docker.io/opensearchproject/opensearch:3.3.1
+FROM docker.io/opensearchproject/opensearch:3.3.2
diff --git a/build/parents/build/pom.xml b/build/parents/build/pom.xml
index 766c2456806..8b541a0be33 100644
--- a/build/parents/build/pom.xml
+++ b/build/parents/build/pom.xml
@@ -80,7 +80,7 @@
1.3, 2.x or 3.x
- 3.3.1
+ 3.3.2
${version.org.opensearch.latest}
https://opensearch.org/docs/${parsed-version.org.opensearch.compatible.main.majorVersion}.${parsed-version.org.opensearch.compatible.main.minorVersion}