This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/thrift-website.git
The following commit(s) were added to refs/heads/main by this push:
new 5dec164 Bump google-protobuf from 3.25.3 to 3.25.5 (#8)
5dec164 is described below
commit 5dec164bc01d07ba6e086c78dde4307b7b7f244d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 20 02:01:45 2024 -0400
Bump google-protobuf from 3.25.3 to 3.25.5 (#8)
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] <[email protected]>
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 227c907..3d75fa6 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 32593f2..3092ead 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)