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 2021/04/14 13:33:50 UTC

[camel] branch master updated (6661084 -> 1f62d51)

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

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


    from 6661084  CAMEL-16497: camel-kamelet - Use shorter UUIDs in created route ids
     new a88403e  Upgrade Couchbase Java Client to version 3.1.4
     new 1f62d51  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 master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1f62d51d763ef2543791995f6b58bd2d87d7dbb7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 14 15:24:39 2021 +0200

    Sync deps
---
 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 f22d3c4..67bb248 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -152,7 +152,7 @@
     <compress-lzf-version>1.0.4</compress-lzf-version>
     <consul-client-version>1.4.2</consul-client-version>
     <corda-version>4.7</corda-version>
-    <couchbase-client-version>3.1.0</couchbase-client-version>
+    <couchbase-client-version>3.1.4</couchbase-client-version>
     <curator-version>4.3.0</curator-version>
     <cxf-codegen-plugin-version>3.4.3</cxf-codegen-plugin-version>
     <cxf-version>3.4.3</cxf-version>

[camel] 01/02: Upgrade Couchbase Java Client to version 3.1.4

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a88403eaa00b1e9ff13caa2012091ff0d29538cc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 14 15:13:20 2021 +0200

    Upgrade Couchbase Java Client to version 3.1.4
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8c594af..04ebaec 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -135,7 +135,7 @@
         <consul-client-version>1.4.2</consul-client-version>
         <cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>
         <corda-version>4.7</corda-version>
-        <couchbase-client-version>3.1.0</couchbase-client-version>
+        <couchbase-client-version>3.1.4</couchbase-client-version>
         <curator-version>4.3.0</curator-version>
         <cxf-version>3.4.3</cxf-version>
         <cxf-version-range>[3.3,4.0)</cxf-version-range>