From 2ffff84a5c461f6b2b0795f174e60b28cebc269a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:20:19 +0000 Subject: [PATCH] chore(deps): bump io.grpc:grpc-core from 1.57.2 to 1.59.0 Bumps [io.grpc:grpc-core](https://github.com/grpc/grpc-java) from 1.57.2 to 1.59.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.57.2...v1.59.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdk/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/build.gradle b/sdk/build.gradle index f9b06e02e..96e9f4340 100644 --- a/sdk/build.gradle +++ b/sdk/build.gradle @@ -40,7 +40,7 @@ dependencies { // https://mvnrepository.com/artifact/org.slf4j/slf4j-api implementation 'org.slf4j:slf4j-api:2.0.9' - implementation "io.grpc:grpc-core:1.57.2" + implementation "io.grpc:grpc-core:1.59.0" implementation "io.grpc:grpc-stub:1.58.0" implementation "com.google.code.gson:gson:2.10.1"