TheNeuralBit commented on a change in pull request #17125:
URL: https://github.com/apache/beam/pull/17125#discussion_r831478945



##########
File path: 
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -662,7 +662,7 @@ class BeamModulePlugin implements Plugin<Project> {
         proto_google_cloud_datastore_v1             : 
"com.google.api.grpc:proto-google-cloud-datastore-v1", // 
google_cloud_platform_libraries_bom sets version
         proto_google_cloud_firestore_v1             : 
"com.google.api.grpc:proto-google-cloud-firestore-v1", // 
google_cloud_platform_libraries_bom sets version
         proto_google_cloud_pubsub_v1                : 
"com.google.api.grpc:proto-google-cloud-pubsub-v1", // 
google_cloud_platform_libraries_bom sets version
-        proto_google_cloud_pubsublite_v1            : 
"com.google.api.grpc:proto-google-cloud-pubsublite-v1", // 
google_cloud_platform_libraries_bom sets version
+        proto_google_cloud_pubsublite_v1            : 
"com.google.api.grpc:proto-google-cloud-pubsublite-v1:1.5.0", // 
TODO(dpcollins-google): Let google_cloud_platform_libraries_bom set version 
once high enough

Review comment:
       Sorry a couple more suggestions here:
   - Could we also put a TODO by `google_cloud_platform_libraries_bom` so 
whoever upgrades it knows to check on this?
   - We should run the linkage checker for this dependency upgrade (described 
in detail here: 
https://cwiki.apache.org/confluence/display/BEAM/Java+Tips#JavaTips-DependencyUpgrades)




-- 
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