From cd79a8d8abeb4b71da4c33f08bd0f3639ed7efa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:08:57 +0000 Subject: [PATCH] chore(deps): update google-protobuf requirement from ~> 3.17 to >= 3.17, < 5.0 Updates the requirements on [google-protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [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/commits) --- updated-dependencies: - dependency-name: google-protobuf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- fluent-plugin-protobuf/Gemfile.lock | 7 +++++-- fluent-plugin-protobuf/fluent-plugin-protobuf.gemspec | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fluent-plugin-protobuf/Gemfile.lock b/fluent-plugin-protobuf/Gemfile.lock index 9502b12..b97ecf6 100644 --- a/fluent-plugin-protobuf/Gemfile.lock +++ b/fluent-plugin-protobuf/Gemfile.lock @@ -3,12 +3,13 @@ PATH specs: fluent-plugin-protobuf (2.0.0) fluentd (= 1.16.5) - google-protobuf (~> 3.17) + google-protobuf (>= 3.17, < 5.0) snappy (> 0) GEM remote: https://rubygems.org/ specs: + bigdecimal (3.1.8) concurrent-ruby (1.1.10) cool.io (1.7.1) fluentd (1.16.5) @@ -23,7 +24,9 @@ GEM tzinfo-data (~> 1.0) webrick (~> 1.4) yajl-ruby (~> 1.0) - google-protobuf (3.25.3) + google-protobuf (4.28.1) + bigdecimal + rake (>= 13) http_parser.rb (0.8.0) msgpack (1.6.0) power_assert (2.0.3) diff --git a/fluent-plugin-protobuf/fluent-plugin-protobuf.gemspec b/fluent-plugin-protobuf/fluent-plugin-protobuf.gemspec index daf0aea..0581a71 100644 --- a/fluent-plugin-protobuf/fluent-plugin-protobuf.gemspec +++ b/fluent-plugin-protobuf/fluent-plugin-protobuf.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "bundler", "~> 2.0" spec.add_development_dependency "rake", "~> 13.0" spec.add_development_dependency "test-unit", "~> 3.0" - spec.add_runtime_dependency "google-protobuf", "~> 3.17" + spec.add_runtime_dependency "google-protobuf", ">= 3.17", "< 5.0" spec.add_runtime_dependency "snappy", "> 0" spec.add_runtime_dependency "fluentd", "= 1.16.5" end