reuvenlax commented on pull request #13765: URL: https://github.com/apache/beam/pull/13765#issuecomment-769199153
This is surprising to me, since I thought a big part of the reason for the bom was to ensure that compatible versions of the contained libraries are used. If the bom itself contains incompatible dependencies, what is the point of the bom? On Thu, Jan 28, 2021 at 7:26 AM Tomo Suzuki <[email protected]> wrote: > Is com.google.cloud:google-cloud-bigquerystorage bringing in the old > version of gRPC? > > Yes, "google-cloud-bigquerystorage:1.8.0", a part of the libraries-bom, > declares "io.grpc:grpc-api:1.34.1", while the libraries-bom declares > "io.grpc:grpc-core:1.35.0". > > I assumed that it would have the same gRPC version that the BOM depended > on. > > Unfortunately, due to release timing, the dependency listed in the > libraries-bom and its containing artifact's dependency differ sometimes. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/beam/pull/13765#issuecomment-769162431>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AFAYJVPLG45P7PT2DAOYY6TS4F633ANCNFSM4WEZQAAA> > . > ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
