This is an automated email from the ASF dual-hosted git repository.
damondouglas 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 09a2cfcc2b2 Bump grpc_version dependency (#29511)
09a2cfcc2b2 is described below
commit 09a2cfcc2b2080751d32b3dbe70ee03ed80f9aa8
Author: Damon <[email protected]>
AuthorDate: Wed Nov 22 08:17:58 2023 -0800
Bump grpc_version dependency (#29511)
* 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
* Change to 1.58.0 per PR comment.
---
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 999474b030b..359aeea55a2 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<Project> {
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.58.0"
def guava_version = "32.1.2-jre"
def hadoop_version = "2.10.2"
def hamcrest_version = "2.1"