You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/04 09:03:42 UTC

[camel] branch main updated: Upgrade elasticsearch 8.9.0 (#10998)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 0944d4958ab Upgrade elasticsearch 8.9.0 (#10998)
0944d4958ab is described below

commit 0944d4958abee84419d498eae67473f101062827
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Aug 4 11:03:36 2023 +0200

    Upgrade elasticsearch 8.9.0 (#10998)
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0e983fc7bf5..db0e38bb95d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -137,8 +137,8 @@
         <eddsa-version>0.3.0</eddsa-version>
         <egit-github-core-version>2.1.5</egit-github-core-version>
         <ehcache3-version>3.10.8</ehcache3-version>
-        <elasticsearch-java-client-version>8.8.2</elasticsearch-java-client-version>
-        <elasticsearch-java-client-sniffer-version>8.8.2</elasticsearch-java-client-sniffer-version>
+        <elasticsearch-java-client-version>8.9.0</elasticsearch-java-client-version>
+        <elasticsearch-java-client-sniffer-version>8.9.0</elasticsearch-java-client-sniffer-version>
         <elytron-web>1.10.2.Final</elytron-web>
         <exec-maven-plugin-version>3.1.0</exec-maven-plugin-version>
         <facebook4j-core-version>2.4.13</facebook4j-core-version>