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

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


The following commit(s) were added to refs/heads/main by this push:
     new 963ddcc5be3 camel-couchdb: Upgrade cloudant that works with gson
963ddcc5be3 is described below

commit 963ddcc5be32078db35949c3e63db5b8a9bd79d9
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Apr 24 14:52:12 2025 +0200

    camel-couchdb: Upgrade cloudant that works with gson
---
 components/camel-couchdb/pom.xml | 6 ------
 parent/pom.xml                   | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/components/camel-couchdb/pom.xml b/components/camel-couchdb/pom.xml
index c42252e5208..435d83444f3 100644
--- a/components/camel-couchdb/pom.xml
+++ b/components/camel-couchdb/pom.xml
@@ -45,12 +45,6 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-core-processor</artifactId>
         </dependency>
-        <!-- https://github.com/IBM/cloudant-java-sdk/issues/681 -->
-        <dependency>
-            <groupId>com.ibm.cloud</groupId>
-            <artifactId>sdk-core</artifactId>
-            <version>9.23.1</version>
-        </dependency>
         <dependency>
             <groupId>com.ibm.cloud</groupId>
             <artifactId>cloudant</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 7da569b89dc..adf8e90fc1a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -98,7 +98,7 @@
         <chicory-version>1.2.1</chicory-version>
         <chunk-templates-version>3.6.2</chunk-templates-version>
         <classgraph-version>4.8.179</classgraph-version>
-        <cloudant-version>0.10.2</cloudant-version>
+        <cloudant-version>0.10.3</cloudant-version>
         <cometd-java-client-version>8.0.7</cometd-java-client-version>
         <cometd-java-server-version>8.0.7</cometd-java-server-version>
         <commons-beanutils-version>1.9.4</commons-beanutils-version>

Reply via email to