From bc2ec6ce71b2086816f3d5e4495417e0521e895e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 23:33:21 +0000 Subject: [PATCH] Bump google-protobuf from 3.17.3 to 3.19.6 Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 3.17.3 to 3.19.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.17.3...v3.19.6) --- updated-dependencies: - dependency-name: google-protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 45dc4dfebed53..232cf9cab30d1 100644 --- a/Gemfile +++ b/Gemfile @@ -481,7 +481,7 @@ gem 'kas-grpc', '~> 0.0.2' gem 'grpc', '~> 1.30.2' -gem 'google-protobuf', '~> 3.17.1' +gem 'google-protobuf', '~> 3.19.6' gem 'toml-rb', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index fc13e8d6ecccb..7df05df59cee2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -523,7 +523,7 @@ GEM signet (~> 0.12) google-cloud-env (1.5.0) faraday (>= 0.17.3, < 2.0) - google-protobuf (3.17.3) + google-protobuf (3.19.6) googleapis-common-protos-types (1.1.0) google-protobuf (~> 3.14) googleauth (0.14.0) @@ -1476,7 +1476,7 @@ DEPENDENCIES gitlab_omniauth-ldap (~> 2.1.1) gon (~> 6.4.0) google-api-client (~> 0.33) - google-protobuf (~> 3.17.1) + google-protobuf (~> 3.19.6) gpgme (~> 2.0.19) grape (~> 1.5.2) grape-entity (~> 0.10.0)