jamesnetherton commented on code in PR #4585: URL: https://github.com/apache/camel-quarkus/pull/4585#discussion_r1108952709
########## pom.xml: ########## @@ -99,6 +99,7 @@ <github-api.version>1.111</github-api.version><!-- Used in a Groovy script bellow --> <google-auth-library-credentials.version>1.7.0</google-auth-library-credentials.version><!-- TODO: Revert back to using Camel's version when gRPC versions are in sync --> <google-oauth-client.version>${google-oauth-client-version}</google-oauth-client.version><!-- TODO: Fix this in Camel https://github.com/apache/camel-quarkus/issues/4139 --> + <google-cloud-pubsub.version>1.121.0</google-cloud-pubsub.version><!--Transitively brought by com.google.cloud:libraries-bom --> Review Comment: Ideally, we need to find a way to keep this updated. Otherwise we risk drifting from whatever Camel gets from `libraries-bom`. If that's not possible (or simple), could the exclusions you added be applied instead to the `camel-google-pubsub` dependency? -- 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