Skip to content

Commit

Permalink
chore(deps): update google-protobuf requirement from ~> 3.17 to >= 3.…
Browse files Browse the repository at this point in the history
…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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent f6a8f41 commit cd79a8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions fluent-plugin-protobuf/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-protobuf/fluent-plugin-protobuf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd79a8d

Please sign in to comment.