From a450e01df16a7c7ee41df431a5db647338ab1741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:17:04 +0000 Subject: [PATCH] chore(deps): Update google-protobuf requirement from ~> 3.21 to >= 3.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](https://github.com/protocolbuffers/protobuf/compare/v3.21.0...v3.23.4) --- updated-dependencies: - dependency-name: google-protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fluent-plugin-formatter-protobuf.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluent-plugin-formatter-protobuf.gemspec b/fluent-plugin-formatter-protobuf.gemspec index 3b567cd..3237826 100644 --- a/fluent-plugin-formatter-protobuf.gemspec +++ b/fluent-plugin-formatter-protobuf.gemspec @@ -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