Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2022-10-19 00:36:27 +0300
committerStan Hu <stanhu@gmail.com>2022-10-19 00:36:27 +0300
commita764e8c4a333a50ed200ce6d102b21272d1b6332 (patch)
tree5c35147764595e5f2c9a87c0be1ea9c59633f535 /ruby/Gemfile.lock
parent1c2e1293595d2a28690e8e9377b246663b5380c0 (diff)
Update google-protobuf to v3.21.7
This doesn't appear to have any Ruby-specific changes, but some security scanners have picked up on a vulnerability in the Java implementation. Full diff: https://github.com/protocolbuffers/protobuf/compare/v3.21.5...v3.21.7 GitLab Rails merge request request: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/101437 Relates to https://gitlab.com/gitlab-org/gitaly/-/issues/4534 Changelog: changed
Diffstat (limited to 'ruby/Gemfile.lock')
-rw-r--r--ruby/Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index e497fe06d..061614c79 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -81,7 +81,7 @@ GEM
with_env (= 1.1.0)
xml-simple (~> 1.1.5)
gitlab-markup (1.7.1)
- google-protobuf (3.21.5)
+ google-protobuf (3.21.7)
googleapis-common-protos-types (1.4.0)
google-protobuf (~> 3.14)
grpc (1.42.0)
@@ -234,7 +234,7 @@ DEPENDENCIES
gitlab-labkit (~> 0.25)
gitlab-license_finder
gitlab-markup (~> 1.7.1)
- google-protobuf (~> 3.21.0)
+ google-protobuf (~> 3.21.7)
grpc (~> 1.42.0)
grpc-tools (~> 1.42.0)
licensee (~> 9.15)