From 99a24a7c5ca6ef7f034dc875926139a0b2ac9e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 03:46:23 +0000 Subject: [PATCH] Bump io.grpc:grpc-stub from 1.58.0 to 1.60.0 Bumps [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) from 1.58.0 to 1.60.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.58.0...v1.60.0) --- 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 6dd0547..6dad971 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { // compile 'com.madgag.spongycastle:core:1.58.0.0' - compile 'io.grpc:grpc-stub:1.58.0' + compile 'io.grpc:grpc-stub:1.60.0' } processResources {