diff --git a/Jenkinsfile b/Jenkinsfile index cbcbe2eacb9..c1fbece6048 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -239,7 +239,7 @@ stage('Configure') { new LocalElasticsearchBuildEnvironment(version: '8.7.1', condition: TestCondition.ON_DEMAND), 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.2', condition: TestCondition.BEFORE_MERGE, isDefault: true), + new LocalElasticsearchBuildEnvironment(version: '8.10.3', condition: TestCondition.BEFORE_MERGE, isDefault: true), // -------------------------------------------- // OpenSearch diff --git a/pom.xml b/pom.xml index 78c8f663327..2d0867d6dd1 100644 --- a/pom.xml +++ b/pom.xml @@ -376,7 +376,7 @@ - 8.10.2 + 8.10.3 ${version.org.elasticsearch.latest} true