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

[camel] branch main updated (02b0f00d51c -> 0d22707b4c7)

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 02b0f00d51c CAMEL-18800 - Support Camel K integration in JBang run command (#8853)
     new 07fd5451eb8 Upgrade ArangoDB Driver to version 6.20.0
     new 0d22707b4c7 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 | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[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 0d22707b4c72c24767e87fd95cd7654b74e5b1ef
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 7 13:53:23 2022 +0100

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

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 2791900f8e2..f6828d62623 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -41,7 +41,7 @@
     <apache-gora-version>0.9</apache-gora-version>
     <apacheds-version>2.0.0.AM26</apacheds-version>
     <apicurio-version>1.1.26</apicurio-version>
-    <arangodb-java-version>6.19.0</arangodb-java-version>
+    <arangodb-java-version>6.20.0</arangodb-java-version>
     <aries-blueprint-api-version>1.0.1</aries-blueprint-api-version>
     <aries-blueprint-cm-version>1.3.2</aries-blueprint-cm-version>
     <aries-blueprint-core-version>1.10.3</aries-blueprint-core-version>


[camel] 01/02: Upgrade ArangoDB Driver to version 6.20.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 07fd5451eb8737415f4af0df4b2347c985e56849
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 7 13:43:54 2022 +0100

    Upgrade ArangoDB Driver to version 6.20.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 26ade5a403f..c5e021f932d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -57,7 +57,7 @@
         <apache-drill-version>1.19.0</apache-drill-version>
         <apache-gora-version>0.9</apache-gora-version>
         <apicurio-version>1.1.26</apicurio-version>
-        <arangodb-java-version>6.19.0</arangodb-java-version>
+        <arangodb-java-version>6.20.0</arangodb-java-version>
         <aries-blueprint-api-version>1.0.1</aries-blueprint-api-version>
         <aries-blueprint-cm-version>1.3.2</aries-blueprint-cm-version>
         <aries-blueprint-core-version>1.10.3</aries-blueprint-core-version>