From 46419f4d52e010a9cef26bbf1d245b3536c2b236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:24:07 +0000 Subject: [PATCH] Bump grpc from 1.46.2 to 1.53.2 Bumps [grpc](https://github.com/google/grpc) from 1.46.2 to 1.53.2. - [Release notes](https://github.com/google/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/google/grpc/compare/v1.46.2...v1.53.2) --- updated-dependencies: - dependency-name: grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 15 +++------------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 85b601d..f79f1d4 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ ruby '>=3.1.0' gem 'strongdm', '>=11.10.0' gem 'openssl-oaep', '0.1.0' -gem 'grpc', '1.46.2' +gem 'grpc', '1.53.2' diff --git a/Gemfile.lock b/Gemfile.lock index 7f71ab6..94a0712 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,17 +9,8 @@ GEM google-protobuf (3.25.4-x86_64-linux) googleapis-common-protos-types (1.16.0) google-protobuf (>= 3.18, < 5.a) - grpc (1.46.2) - google-protobuf (~> 3.19) - googleapis-common-protos-types (~> 1.0) - grpc (1.46.2-x86-linux) - google-protobuf (~> 3.19) - googleapis-common-protos-types (~> 1.0) - grpc (1.46.2-x86_64-darwin) - google-protobuf (~> 3.19) - googleapis-common-protos-types (~> 1.0) - grpc (1.46.2-x86_64-linux) - google-protobuf (~> 3.19) + grpc (1.53.2) + google-protobuf (~> 3.21) googleapis-common-protos-types (~> 1.0) grpc-tools (1.66.0) openssl (3.2.0) @@ -38,7 +29,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - grpc (= 1.46.2) + grpc (= 1.53.2) openssl-oaep (= 0.1.0) strongdm (>= 11.10.0)