You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/10 10:10:09 UTC

[camel] branch main updated (ccca2795070 -> c24d9a10480)

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

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


    from ccca2795070 camel-jbang - Polished
     new 66efff8dd7a Upgrade Elasticsearch Java Client to version 8.5.0
     new c24d9a10480 Sync deps

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml | 4 ++--
 parent/pom.xml             | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


[camel] 01/02: Upgrade Elasticsearch Java Client to version 8.5.0

Posted by ac...@apache.org.
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 <an...@gmail.com>
AuthorDate: Thu Nov 10 10:22:12 2022 +0100

    Upgrade Elasticsearch Java Client to version 8.5.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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>


[camel] 02/02: Sync deps

Posted by ac...@apache.org.
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 c24d9a10480aa294a54a8e5cd0ab9edcce80c3c9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 10 11:03:56 2022 +0100

    Sync deps
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 camel-dependencies/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 0ceedf5dad0..55c7cd76014 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -178,8 +178,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-sniffer-version>8.4.1</elasticsearch-java-client-sniffer-version>
-    <elasticsearch-java-client-version>8.4.1</elasticsearch-java-client-version>
+    <elasticsearch-java-client-sniffer-version>8.5.0</elasticsearch-java-client-sniffer-version>
+    <elasticsearch-java-client-version>8.5.0</elasticsearch-java-client-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>