Skip to content

Commit

Permalink
chore: update to fluentd v1.12.3
Browse files Browse the repository at this point in the history
  - increment gem version for plugin
  - update to allow fluentd v1.12.3 gem
  - update json to 2.4.1 for [CVE-2020-10663](https://www.ruby-lang.org/en/news/2020/03/19/json-dos-cve-2020-10663/)

Signed-off-by: Anton Ouzounov <[email protected]>
  • Loading branch information
Anton Ouzounov committed Nov 10, 2021
1 parent d5837ef commit 53051bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-plugin-google-cloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ eos
gem.add_runtime_dependency 'google-cloud-logging', '1.6.6'
gem.add_runtime_dependency 'google-protobuf', '3.15.8'
gem.add_runtime_dependency 'grpc', '1.31.1'
gem.add_runtime_dependency 'json', '2.2.0'
gem.add_runtime_dependency 'json', '2.4.1'
gem.add_runtime_dependency 'opencensus', '0.5.0'
gem.add_runtime_dependency 'opencensus-stackdriver', '0.4.1'

Expand Down

0 comments on commit 53051bc

Please sign in to comment.