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

fmariani pushed a commit to branch camel-spring-boot-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-4.18.x by 
this push:
     new 95b7749e013 CAMEL-23217: manages protobuf-version
95b7749e013 is described below

commit 95b7749e0134353092b384210349cdf7d82ab7a4
Author: Marco Carletti <[email protected]>
AuthorDate: Tue Mar 24 08:47:32 2026 +0100

    CAMEL-23217: manages protobuf-version
---
 components-starter/camel-salesforce-starter/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components-starter/camel-salesforce-starter/pom.xml 
b/components-starter/camel-salesforce-starter/pom.xml
index fb8ac96ffd5..cdd392da29e 100644
--- a/components-starter/camel-salesforce-starter/pom.xml
+++ b/components-starter/camel-salesforce-starter/pom.xml
@@ -65,6 +65,12 @@
       <version>${squareup-okhttp-version}</version>
       <scope>test</scope>
     </dependency>
+    <!-- force grpc-protobuf version 
https://issues.apache.org/jira/browse/CAMEL-23217 -->
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+      <version>${protobuf-version}</version>
+    </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>
       <groupId>org.apache.camel.springboot</groupId>

Reply via email to