oscerd commented on code in PR #14269: URL: https://github.com/apache/camel/pull/14269#discussion_r1618561096
########## components/camel-salesforce/camel-salesforce-component/pom.xml: ########## @@ -34,6 +34,9 @@ <properties> <salesforce.component.root>..</salesforce.component.root> + <grpc.version>1.62.2</grpc.version> + <protobuf.version>3.21.5</protobuf.version> + <protobuf-maven-plugin.version>2.1.1</protobuf-maven-plugin.version> Review Comment: All of this properties should come from the parent pom and not redefined in this one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org