This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 13917e335e1 CAMEL-23217: manages protobuf-version
13917e335e1 is described below
commit 13917e335e179097906ba090f919267bceada6b1
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 c29ad47973d..5048eb0b7cc 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>