This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 66efff8dd7ae867127e53d80e07d0b27a364e674 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Nov 10 10:22:12 2022 +0100 Upgrade Elasticsearch Java Client to version 8.5.0 Signed-off-by: Andrea Cosentino <[email protected]> --- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 6a5fe6e26c4..ad5b27689f5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -159,8 +159,8 @@ <eddsa-version>0.3.0</eddsa-version> <egit-github-core-version>2.1.5</egit-github-core-version> <ehcache3-version>3.10.2</ehcache3-version> - <elasticsearch-java-client-version>8.4.1</elasticsearch-java-client-version> - <elasticsearch-java-client-sniffer-version>8.4.1</elasticsearch-java-client-sniffer-version> + <elasticsearch-java-client-version>8.5.0</elasticsearch-java-client-version> + <elasticsearch-java-client-sniffer-version>8.5.0</elasticsearch-java-client-sniffer-version> <elasticsearch-rest-sniffer-version>7.10.2</elasticsearch-rest-sniffer-version> <elasticsearch-rest-version>7.10.2</elasticsearch-rest-version> <elytron-web>1.10.2.Final</elytron-web>
