From 7849e59d732017f03abf41c0563d42292d77fbb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 14:28:12 +0000 Subject: [PATCH] chore(deps): bump grpc-stub from 1.45.1 to 1.50.2 Bumps [grpc-stub](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-stub 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..89458f8 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { 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-stub:1.45.1' + implementation 'io.grpc:grpc-stub:1.51.0' implementation 'org.apache.commons:commons-lang3:3.9' implementation 'org.apache.httpcomponents:httpcore:4.4.15' compileOnly 'io.micronaut:micronaut-http:3.7.2'