From 800ba3b56401ef2facedf57d5f4a934c0262a6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 14:28:11 +0000 Subject: [PATCH] chore(deps): bump grpc-protobuf from 1.45.1 to 1.50.2 Bumps [grpc-protobuf](https://github.com/grpc/grpc-java) from 1.45.1 to 1.50.2. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.45.1...v1.50.2) --- updated-dependencies: - dependency-name: io.grpc:grpc-protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e8aa77d..f1c7d28 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation('org.slf4j:slf4j-api:1.7.36') runtimeOnly 'io.netty:netty-tcnative-boringssl-static:2.0.20.Final' implementation 'io.grpc:grpc-netty-shaded:1.45.1' - implementation 'io.grpc:grpc-protobuf:1.45.1' + implementation 'io.grpc:grpc-protobuf:1.51.0' implementation 'io.grpc:grpc-stub:1.45.1' implementation 'org.apache.commons:commons-lang3:3.9' implementation 'org.apache.httpcomponents:httpcore:4.4.15'