Skip to content

Commit

Permalink
chore(deps): Update google-protobuf requirement from ~> 3.21 to >= 3.…
Browse files Browse the repository at this point in the history
…21, < 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](protocolbuffers/protobuf@v3.21.0...v3.23.4)

---
updated-dependencies:
- dependency-name: google-protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent 1c6744d commit a450e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-plugin-formatter-protobuf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop-rake', '~> 0.6'
spec.add_development_dependency 'test-unit', '~> 3.3'
spec.add_runtime_dependency 'fluentd', ['>= 1.0', '< 2']
spec.add_runtime_dependency 'google-protobuf', ['~> 3.21']
spec.add_runtime_dependency 'google-protobuf', '>= 3.21', '< 5.0'
spec.add_runtime_dependency 'oj', '~> 3.13'
end

0 comments on commit a450e01

Please sign in to comment.