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/07/10 12:51:27 UTC

[camel] 01/01: Upgrade elasticsearch 8.8.2

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

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

commit cd0ec8b52e3728860905ebcf3fe668677d694eb1
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 10 14:51:17 2023 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index f0ff3dacd2c..e9e8596cba7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -142,8 +142,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.1</elasticsearch-java-client-version>
-        <elasticsearch-java-client-sniffer-version>8.8.1</elasticsearch-java-client-sniffer-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>
         <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>