gemini-code-assist[bot] commented on code in PR #38542:
URL: https://github.com/apache/beam/pull/38542#discussion_r3268324986


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -743,7 +743,7 @@ class BeamModulePlugin implements Plugin<Project> {
         google_api_common                           : 
"com.google.api:api-common", // google_cloud_platform_libraries_bom sets version
         google_api_services_bigquery                : 
"com.google.apis:google-api-services-bigquery:v2-rev20251012-2.0.0",  // 
[bomupgrader] sets version
         google_api_services_cloudresourcemanager    : 
"com.google.apis:google-api-services-cloudresourcemanager:v1-rev20250606-2.0.0",
  // [bomupgrader] sets version
-        google_api_services_dataflow                : 
"com.google.apis:google-api-services-dataflow:v1b3-rev20260405-$google_clients_version",
+        google_api_services_dataflow                : 
"com.google.apis:google-api-services-dataflow:v1b3-rev20260503-$google_clients_version",

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   To maintain consistency with other Google API service dependencies in this 
file (such as BigQuery and Storage), consider updating the version suffix to 
2.0.0 and adding the // [bomupgrader] sets version comment. This aligns with 
the project's transition to the newer versioning scheme for these libraries and 
ensures they can be managed by automated tooling.
   
   ```
           google_api_services_dataflow                : 
"com.google.apis:google-api-services-dataflow:v1b3-rev20260503-2.0.0",  // 
[bomupgrader] sets version
   ```



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