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

apupier 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 866185457746 Fix typo in managed dependency 
proto-google-2common-protos -> proto-google-common-protos
866185457746 is described below

commit 86618545774615ba53c45127e0cc898592f4f27b
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Tue May 12 14:07:16 2026 +0200

    Fix typo in managed dependency proto-google-2common-protos ->
    proto-google-common-protos
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5bf144a663ed..83f228620566 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3454,7 +3454,7 @@
 
             <dependency>
                 <groupId>com.google.api.grpc</groupId>
-                <artifactId>proto-google-2common-protos</artifactId>
+                <artifactId>proto-google-common-protos</artifactId>
                 <version>${proto-google-common-protos-version}</version>
             </dependency>
             <dependency>

Reply via email to