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 78d08235c72 Add grpc-services, grpc-utils to vendored grpc (#30196)
78d08235c72 is described below

commit 78d08235c72aa21f29d1ff77771b45fd175ca545
Author: Arun Pandian <[email protected]>
AuthorDate: Tue Feb 6 08:38:53 2024 -0800

    Add grpc-services, grpc-utils to vendored grpc (#30196)
    
    Co-authored-by: Arun Pandian <[email protected]>
---
 .../main/groovy/org/apache/beam/gradle/GrpcVendoring_1_60_1.groovy  | 6 ++++--
 vendor/grpc-1_60_1/build.gradle                                     | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git 
a/buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_60_1.groovy 
b/buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_60_1.groovy
index f12f3bac35c..b2c7053dfb6 100644
--- 
a/buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_60_1.groovy
+++ 
b/buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_60_1.groovy
@@ -51,14 +51,16 @@ class GrpcVendoring_1_60_1 {
       "com.google.protobuf:protobuf-java:$protobuf_version",
       "com.google.protobuf:protobuf-java-util:$protobuf_version",
       "com.google.code.gson:gson:$gson_version",
+      "io.grpc:grpc-alts:$grpc_version",
       "io.grpc:grpc-auth:$grpc_version",
-      "io.grpc:grpc-core:$grpc_version",
       "io.grpc:grpc-context:$grpc_version",
+      "io.grpc:grpc-core:$grpc_version",
       "io.grpc:grpc-netty-shaded:$grpc_version",
       "io.grpc:grpc-protobuf:$grpc_version",
+      "io.grpc:grpc-services:$grpc_version",
       "io.grpc:grpc-stub:$grpc_version",
-      "io.grpc:grpc-alts:$grpc_version",
       "io.grpc:grpc-testing:$grpc_version",
+      "io.grpc:grpc-util:$grpc_version",
       "com.google.auth:google-auth-library-credentials:$google_auth_version",
       
"com.google.api.grpc:proto-google-common-protos:$proto_google_common_protos_version",
       "io.opencensus:opencensus-api:$opencensus_version",
diff --git a/vendor/grpc-1_60_1/build.gradle b/vendor/grpc-1_60_1/build.gradle
index 1617484c1c5..834c496d9ca 100644
--- a/vendor/grpc-1_60_1/build.gradle
+++ b/vendor/grpc-1_60_1/build.gradle
@@ -23,7 +23,7 @@ plugins { id 'org.apache.beam.vendor-java' }
 description = "Apache Beam :: Vendored Dependencies :: gRPC :: 1.60.1"
 
 group = "org.apache.beam"
-version = "0.1"
+version = "0.2"
 
 vendorJava(
         dependencies: GrpcVendoring_1_60_1.dependencies(),

Reply via email to