From 13ec40dead02070644a0c0e95b1d714b926cdea1 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 21 Jul 2025 14:43:43 -0700 Subject: [PATCH] grpc --- smoke-tests/apps/gRPC/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoke-tests/apps/gRPC/build.gradle.kts b/smoke-tests/apps/gRPC/build.gradle.kts index 72a040219a7..eae03a2ecef 100644 --- a/smoke-tests/apps/gRPC/build.gradle.kts +++ b/smoke-tests/apps/gRPC/build.gradle.kts @@ -11,7 +11,7 @@ val nettyVersion = "4.1.42.Final" protobuf { protoc { // Download compiler rather than using locally installed version: - artifact = "com.google.protobuf:protoc:3.5.0" // first version with support for arm64 + artifact = "com.google.protobuf:protoc:3.11.0" // needs to be aligned with the grpc version above } plugins { id("grpc") {