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 2020/08/04 07:09:27 UTC

[camel] 01/02: Upgrade Couchbase client version to version 3.0.6

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 6d7451cecdc2bbbda738176307e56503e0abb589
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 4 09:07:30 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 9687417..0778194 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -133,7 +133,7 @@
         <consul-client-version>1.3.3</consul-client-version>
         <cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>
         <corda-version>4.4</corda-version>
-        <couchbase-client-version>3.0.5</couchbase-client-version>
+        <couchbase-client-version>3.0.6</couchbase-client-version>
         <curator-version>4.3.0</curator-version>
         <cxf-version>3.3.6</cxf-version>
         <cxf-version-range>[3.3,4.0)</cxf-version-range>