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

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

commit 2905e491534b70adb6d3b6df0baffc5e2229b186
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Jul 23 12:47:24 2023 +0200

    Upgrade to couchbase 7.2.0 container image
---
 components/camel-couchbase/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-couchbase/pom.xml 
b/components/camel-couchbase/pom.xml
index 1a6f8730ed0..c5ddcdc3e7e 100644
--- a/components/camel-couchbase/pom.xml
+++ b/components/camel-couchbase/pom.xml
@@ -117,7 +117,7 @@
                                     <groups>couchbase-7</groups>
                                     
<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
                                     <systemPropertyVariables>
-                                        
<couchbase.container>couchbase/server:7.1.1</couchbase.container>
+                                        
<couchbase.container>couchbase/server:7.2.0</couchbase.container>
                                     </systemPropertyVariables>
                                 </configuration>
                             </execution>

Reply via email to