From 510dd3f19ab629a18f3b29c84f80704481427737 Mon Sep 17 00:00:00 2001 From: Ridwan Sharif Date: Thu, 27 Jul 2023 22:40:40 +0000 Subject: [PATCH] gemspec: update fluentd version to v1.16.2 --- fluent-plugin-google-cloud.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluent-plugin-google-cloud.gemspec b/fluent-plugin-google-cloud.gemspec index d6e98e09..54c15550 100644 --- a/fluent-plugin-google-cloud.gemspec +++ b/fluent-plugin-google-cloud.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |gem| # NOTE: In order to update the Fluentd version, please update both here and # also the fluentd version in # https://github.com/GoogleCloudPlatform/google-fluentd/blob/master/config/software/fluentd.rb. - gem.add_runtime_dependency 'fluentd', '1.13.3' + gem.add_runtime_dependency 'fluentd', '1.16.2' gem.add_runtime_dependency 'google-api-client', '0.53.0' gem.add_runtime_dependency 'googleapis-common-protos', '1.4.0' gem.add_runtime_dependency 'googleauth', '1.3.0'