From 0a0168e4a15c8821f4a89ec9eda26a207ad3a57d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 23:12:31 +0000 Subject: [PATCH] Bump grpc-protobuf-lite from 1.46.0 to 1.50.2 Bumps [grpc-protobuf-lite](https://github.com/grpc/grpc-java) from 1.46.0 to 1.50.2. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.46.0...v1.50.2) --- updated-dependencies: - dependency-name: io.grpc:grpc-protobuf-lite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 84e9f82..368b478 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,7 +41,7 @@ dependencies { exclude group: 'ch.qos.logback' } - api "io.grpc:grpc-protobuf-lite:1.46.0" // CURRENT_GRPC_VERSION + api "io.grpc:grpc-protobuf-lite:1.50.2" // CURRENT_GRPC_VERSION implementation 'io.grpc:grpc-stub:1.46.0' // CURRENT_GRPC_VERSION testImplementation "org.slf4j:slf4j-simple:1.7.36" testImplementation "org.junit.jupiter:junit-jupiter-api:${jUnitVersion}"