From dae36e985d0dbb07a50ebffc29cf8691271acd60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:34:30 -0400 Subject: [PATCH] Bump google-protobuf from 3.25.3 to 3.25.5 (#445) Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 3.25.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.25.3...v3.25.5) --- updated-dependencies: - dependency-name: google-protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 227c9070c..3d75fa6c8 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ gem 'jekyll', '>= 4.2.0' gem 'jekyll-redirect-from', '>= 0.16.0' gem "webrick", "~> 1.7" -gem "google-protobuf", "3.25.3" +gem "google-protobuf", "3.25.5" diff --git a/Gemfile.lock b/Gemfile.lock index 32593f2bd..3092ead7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,12 +21,12 @@ GEM ffi (1.17.0-x86_64-linux-gnu) ffi (1.17.0-x86_64-linux-musl) forwardable-extended (2.6.0) - google-protobuf (3.25.3) - google-protobuf (3.25.3-aarch64-linux) - google-protobuf (3.25.3-arm64-darwin) - google-protobuf (3.25.3-x86-linux) - google-protobuf (3.25.3-x86_64-darwin) - google-protobuf (3.25.3-x86_64-linux) + google-protobuf (3.25.5) + google-protobuf (3.25.5-aarch64-linux) + google-protobuf (3.25.5-arm64-darwin) + google-protobuf (3.25.5-x86-linux) + google-protobuf (3.25.5-x86_64-darwin) + google-protobuf (3.25.5-x86_64-linux) http_parser.rb (0.8.0) i18n (1.14.6) concurrent-ruby (~> 1.0) @@ -145,7 +145,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - google-protobuf (= 3.25.3) + google-protobuf (= 3.25.5) jekyll (>= 4.2.0) jekyll-redirect-from (>= 0.16.0) webrick (~> 1.7)