From 539f04233c6b181ad59e952befab792768f23d5e Mon Sep 17 00:00:00 2001 From: martin trieu Date: Sat, 16 Dec 2023 07:50:34 -0800 Subject: [PATCH] add alts to grpc vendored lib (#29763) --- .../groovy/org/apache/beam/gradle/GrpcVendoring_1_54_0.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_54_0.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_54_0.groovy index ddb317b89294..4b8a059109c9 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_54_0.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_54_0.groovy @@ -59,6 +59,7 @@ class GrpcVendoring_1_54_0 { "io.grpc:grpc-netty:$grpc_version", "io.grpc:grpc-protobuf:$grpc_version", "io.grpc:grpc-stub:$grpc_version", + "io.grpc:grpc-alts:$grpc_version", "io.grpc:grpc-testing:$grpc_version", // Use a classifier to ensure we get the jar containing native libraries. In the future // hopefully netty releases a single jar containing native libraries for all architectures.