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:52 UTC

[camel] 01/02: Upgrade ArangoDB Driver to version 6.20.0

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>