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 d1a17fa3cbd Update `google_api_services_healthcare` [01/24] (#30027)
d1a17fa3cbd is described below

commit d1a17fa3cbd0d5075de771fac61d524b2f0ea5f1
Author: Svetak Sundhar <[email protected]>
AuthorDate: Wed Jan 17 16:31:20 2024 +0000

    Update `google_api_services_healthcare` [01/24] (#30027)
    
    * Create HealthcareUtils file with shared resources
    
    * revert
    
    * update package
---
 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 f8db63e3a44..c93af317b1a 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -731,7 +731,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-rev20230806-$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-rev20231101-$google_clients_version",
+        google_api_services_healthcare              : 
"com.google.apis:google-api-services-healthcare:v1-rev20240110-$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-rev20231202-$google_clients_version",

Reply via email to