From 838f226365f67411a2a90339431ecd0c461b5c6e Mon Sep 17 00:00:00 2001 From: Damon Date: Tue, 21 Nov 2023 13:00:43 -0800 Subject: [PATCH 1/2] Bump grpc_version depencency https://mvnrepository.com/artifact/com.google.cloud/libraries-bom/26.26.0 shows the io.grpc:grpc-bom to be 1.59.0 --- .../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 999474b030bc..b8ef156f7000 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy @@ -607,7 +607,7 @@ class BeamModulePlugin implements Plugin { def google_code_gson_version = "2.10.1" def google_oauth_clients_version = "1.34.1" // Try to keep grpc_version consistent with gRPC version in google_cloud_platform_libraries_bom - def grpc_version = "1.56.1" + def grpc_version = "1.59.0" def guava_version = "32.1.2-jre" def hadoop_version = "2.10.2" def hamcrest_version = "2.1" From aaee776b610d6c627d6602f808ce5371389b6686 Mon Sep 17 00:00:00 2001 From: Damon Date: Tue, 21 Nov 2023 14:42:37 -0800 Subject: [PATCH 2/2] Change to 1.58.0 per PR comment. --- .../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 b8ef156f7000..359aeea55a2f 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy @@ -607,7 +607,7 @@ class BeamModulePlugin implements Plugin { def google_code_gson_version = "2.10.1" def google_oauth_clients_version = "1.34.1" // Try to keep grpc_version consistent with gRPC version in google_cloud_platform_libraries_bom - def grpc_version = "1.59.0" + def grpc_version = "1.58.0" def guava_version = "32.1.2-jre" def hadoop_version = "2.10.2" def hamcrest_version = "2.1"