From 68ef0c251f2e078ead141f97e7e18a2ae17ee95c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 06:10:35 +0000 Subject: [PATCH] Bump grpcVersion from 1.30.0 to 1.35.0 Bumps `grpcVersion` from 1.30.0 to 1.35.0. Updates `grpc-protobuf` from 1.30.0 to 1.35.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.30.0...v1.35.0) Updates `grpc-stub` from 1.30.0 to 1.35.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.30.0...v1.35.0) Signed-off-by: dependabot[bot] --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 9e7a7cd..0526788 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -62,7 +62,7 @@ dependencies { def okhttp3Version = '3.12.10' // grpc - def grpcVersion = "1.30.0" + def grpcVersion = "1.35.0" def grpcKotlinVersion = "0.1.5" // CURRENT_GRPC_KOTLIN_VERSION api "io.grpc:grpc-protobuf:$grpcVersion" api "io.grpc:grpc-stub:$grpcVersion"