This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 767a2d72510 bump hcls api (#27997)
767a2d72510 is described below

commit 767a2d72510bf0d6d100e80f45c74ede913ece30
Author: Svetak Sundhar <svetaksund...@google.com>
AuthorDate: Tue Aug 15 10:21:15 2023 -0400

    bump hcls api (#27997)
---
 buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy 
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index a86e83f8818..a79badee668 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -663,7 +663,7 @@ class BeamModulePlugin implements Plugin<Project> {
         // Keep version consistent with the version in 
google_cloud_resourcemanager, managed by google_cloud_platform_libraries_bom
         google_api_services_cloudresourcemanager    : 
"com.google.apis:google-api-services-cloudresourcemanager:v1-rev20230129-$google_clients_version",
         google_api_services_dataflow                : 
"com.google.apis:google-api-services-dataflow:v1b3-rev20220920-$google_clients_version",
-        google_api_services_healthcare              : 
"com.google.apis:google-api-services-healthcare:v1-rev20230510-$google_clients_version",
+        google_api_services_healthcare              : 
"com.google.apis:google-api-services-healthcare:v1-rev20230728-$google_clients_version",
         google_api_services_pubsub                  : 
"com.google.apis:google-api-services-pubsub:v1-rev20220904-$google_clients_version",
         // Keep version consistent with the version in google_cloud_nio, 
managed by google_cloud_platform_libraries_bom
         google_api_services_storage                 : 
"com.google.apis:google-api-services-storage:v1-rev20230617-$google_clients_version",

Reply via email to