Abacn commented on PR #27828:
URL: https://github.com/apache/beam/pull/27828#issuecomment-1665982741

   Thanks. I am also trying to examine the other apis dependencies at the same 
time, but yet find a good way to do it. What currently I get is that these api 
artifacts are keep bumping versions:
   
   e.g.
   
   
https://repo1.maven.org/maven2/com/google/apis/google-api-services-pubsub/v1-rev20230529-2.0.0/
   
   
https://repo1.maven.org/maven2/com/google/apis/google-api-services-dataflow/v1b3-rev20230529-2.0.0/
   
   but not yet find a way to confirm which version the bom eventually use
   
   Another interesting find is that Beam actually does not depend on 
`google_cloud_bigquery`. Although a version is set here:
   
https://github.com/apache/beam/blob/76290b83c506e018255b9a8b164b339c1bee6137/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L666
   
   it is not used in io-gcp, only used in test-utils and examples/tests (from 
code search)
   
   ```
   // Try to keep version consistent with google_cloud_bigquery version in 
google_cloud_platform_libraries_bom
   ```
   
   as we are doing for other libs that need attention when bump bom
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to