From 3f377e1cee30d2c639dcf84edd0353708ab854ed Mon Sep 17 00:00:00 2001 From: surajpuvvada Date: Mon, 24 Jan 2022 17:02:53 -0800 Subject: [PATCH] update grpc dep to 1.43.2 --- query-service-api/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/query-service-api/build.gradle.kts b/query-service-api/build.gradle.kts index 97977df4..f5632483 100644 --- a/query-service-api/build.gradle.kts +++ b/query-service-api/build.gradle.kts @@ -23,7 +23,7 @@ protobuf { // the identifier, which can be referred to in the "plugins" // container of the "generateProtoTasks" closure. id("grpc_java") { - artifact = "io.grpc:protoc-gen-grpc-java:1.43.1" + artifact = "io.grpc:protoc-gen-grpc-java:1.43.2" } if (generateLocalGoGrpcFiles) { @@ -66,7 +66,7 @@ tasks.test { } dependencies { - api(platform("io.grpc:grpc-bom:1.43.1")) + api(platform("io.grpc:grpc-bom:1.43.2")) api("io.grpc:grpc-protobuf") api("io.grpc:grpc-stub") api("javax.annotation:javax.annotation-api:1.3.2")