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 548bd4c5344 bump healthcare api version (#27720)
548bd4c5344 is described below

commit 548bd4c5344a2ffeac62465abf7e68e6e047bf01
Author: Svetak Sundhar <svetaksund...@google.com>
AuthorDate: Thu Jul 27 23:36:57 2023 -0400

    bump healthcare api version (#27720)
---
 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 26bc9150e35..6fe4b321379 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -658,7 +658,7 @@ class BeamModulePlugin implements Plugin<Project> {
         google_api_services_bigquery                : 
"com.google.apis:google-api-services-bigquery:v2-rev20220924-$google_clients_version",
         google_api_services_cloudresourcemanager    : 
"com.google.apis:google-api-services-cloudresourcemanager:v1-rev20220828-$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-rev20220818-$google_clients_version",
+        google_api_services_healthcare              : 
"com.google.apis:google-api-services-healthcare:v1-rev20230510-$google_clients_version",
         google_api_services_pubsub                  : 
"com.google.apis:google-api-services-pubsub:v1-rev20220904-$google_clients_version",
         google_api_services_storage                 : 
"com.google.apis:google-api-services-storage:v1-rev20230301-$google_clients_version",
         google_auth_library_credentials             : 
"com.google.auth:google-auth-library-credentials", // 
google_cloud_platform_libraries_bom sets version

Reply via email to