Abacn commented on code in PR #37142:
URL: https://github.com/apache/beam/pull/37142#discussion_r2632572308
##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -608,16 +608,15 @@ class BeamModulePlugin implements Plugin<Project> {
def dbcp2_version = "2.9.0"
def errorprone_version = "2.31.0"
// [bomupgrader] determined by: com.google.api:gax, consistent with:
google_cloud_platform_libraries_bom
- def gax_version = "2.72.1"
+ def gax_version = "2.72.2"
def google_ads_version = "33.0.0"
def google_clients_version = "2.0.0"
def google_cloud_bigdataoss_version = "2.2.26"
- // [bomupgrader] TODO(#37008): currently pinned before gcp-bom moving
beyond this version, should be determined by:
com.google.cloud:google-cloud-spanner, consistent with:
google_cloud_platform_libraries_bom
- def google_cloud_spanner_version = "6.104.0"
+ def google_cloud_spanner_version = "6.105.0"
Review Comment:
sorry if wasn't clear. We need to add back this phrase (removed in #35854)
to make bom_upgrader script acts on this line:
to instruct bom_upgrade to resume automaticaly updating
```suggestion
// [bomupgrader] determined by: com.google.cloud:google-cloud-spanner,
consistent with: google_cloud_platform_libraries_bom
def google_cloud_spanner_version = "6.105.0"
```
--
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]