From 455c2931575c62cb89fe9a1f134160f56695944a Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Tue, 12 Dec 2023 18:28:36 +0100 Subject: [PATCH] HSEARCH-5036 Test against Elasticsearch 8.11.3 --- Jenkinsfile | 2 +- build/container/search-backend/elastic.Dockerfile | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ea097a35aba..1bf4205b9ab 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.2', condition: TestCondition.BEFORE_MERGE, isDefault: true), + new LocalElasticsearchBuildEnvironment(version: '8.11.3', condition: TestCondition.BEFORE_MERGE, isDefault: true), // -------------------------------------------- // OpenSearch diff --git a/build/container/search-backend/elastic.Dockerfile b/build/container/search-backend/elastic.Dockerfile index 5cc25a525b0..37946fd7212 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.2 \ No newline at end of file +FROM docker.io/elastic/elasticsearch:8.11.3 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7b91a6fd9f5..4e36f9f9d72 100644 --- a/pom.xml +++ b/pom.xml @@ -376,7 +376,7 @@ - 8.11.2 + 8.11.3 elastic