suztomo commented on code in PR #25470:
URL: https://github.com/apache/beam/pull/25470#discussion_r1106244811
##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -608,10 +608,10 @@ class BeamModulePlugin implements Plugin<Project> {
google_cloud_firestore :
"com.google.cloud:google-cloud-firestore", //
google_cloud_platform_libraries_bom sets version
google_cloud_pubsub :
"com.google.cloud:google-cloud-pubsub", // google_cloud_platform_libraries_bom
sets version
google_cloud_pubsublite :
"com.google.cloud:google-cloud-pubsublite", //
google_cloud_platform_libraries_bom sets version
- // The GCP Libraries BOM dashboard shows the versions set by the BOM:
- //
https://storage.googleapis.com/cloud-opensource-java-dashboard/com.google.cloud/libraries-bom/26.5.0/artifact_details.html
+ // The release notes shows the versions set by the BOM:
+ // https://github.com/googleapis/java-cloud-bom/releases/tag/v26.8.0
Review Comment:
Thank you. This GitHub release page is updated quicker than previous one and
holds the library versions in the 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]