From 9099e25fc18bfddbae163d05cf1c6ccfe8feae16 Mon Sep 17 00:00:00 2001 From: Haifeng Chen Date: Thu, 11 Apr 2024 19:05:38 -0700 Subject: [PATCH] upgrade protoc and protoc-gen-grpc-java version --- idl/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idl/build.gradle b/idl/build.gradle index a1152c7..12d33bd 100644 --- a/idl/build.gradle +++ b/idl/build.gradle @@ -32,14 +32,14 @@ dependencies { protobuf { protoc { // The artifact spec for the Protobuf Compiler - artifact = 'com.google.protobuf:protoc:3.6.1' + artifact = 'com.google.protobuf:protoc:3.18.0' } plugins { // Optional: an artifact spec for a protoc plugin, with "grpc" as // the identifier, which can be referred to in the "plugins" // container of the "generateProtoTasks" closure. grpc { - artifact = 'io.grpc:protoc-gen-grpc-java:1.15.1' + artifact = 'io.grpc:protoc-gen-grpc-java:1.50.0' } } generateProtoTasks {