diff --git a/.github/dependency-review-config.yaml b/.github/dependency-review-config.yaml index fe09751..3839516 100644 --- a/.github/dependency-review-config.yaml +++ b/.github/dependency-review-config.yaml @@ -15,3 +15,6 @@ allow-dependencies-licenses: # ostruct is available as open source under the terms of the 2-Clause BSD License. # https://github.com/ruby/ostruct?tab=License-1-ov-file - pkg:gem/ostruct +# csv is available as open source under the terms of the 2-Clause BSD License. +# https://github.com/ruby/csv?tab=BSD-2-Clause-1-ov-file#readme +- pkg:gem/csv diff --git a/logs-dispatcher/Gemfile b/logs-dispatcher/Gemfile index b8f9aac..a7b712a 100644 --- a/logs-dispatcher/Gemfile +++ b/logs-dispatcher/Gemfile @@ -15,7 +15,7 @@ gem "fluent-plugin-record-modifier", "2.2.0" gem "fluent-plugin-remote-syslog", "1.1" gem "fluent-plugin-rewrite-tag-filter", "2.4.0" gem "fluent-plugin-route", "1.0.0" -gem "fluent-plugin-s3", "1.8.1" +gem "fluent-plugin-s3", "1.8.2" gem "fluent-plugin-splunk-enterprise", "0.10.2" gem "fluent-plugin-sumologic_output", "1.10.0" gem "fluentd", "1.17.1" diff --git a/logs-dispatcher/Gemfile.lock b/logs-dispatcher/Gemfile.lock index be78b41..64bc08b 100644 --- a/logs-dispatcher/Gemfile.lock +++ b/logs-dispatcher/Gemfile.lock @@ -32,7 +32,7 @@ GEM concurrent-ruby (1.3.4) connection_pool (2.4.1) cool.io (1.9.0) - csv (3.3.0) + csv (3.3.1) domain_name (0.6.20240107) drb (2.2.1) ffi (1.17.0-x86_64-linux-gnu) @@ -76,7 +76,7 @@ GEM fluentd (>= 0.14.2, < 2) fluent-plugin-route (1.0.0) fluentd (>= 0.14.0) - fluent-plugin-s3 (1.8.1) + fluent-plugin-s3 (1.8.2) aws-sdk-s3 (~> 1.60) aws-sdk-sqs (~> 1.23) fluentd (>= 0.14.22, < 2) @@ -127,7 +127,7 @@ GEM llhttp-ffi (0.5.0) ffi-compiler (~> 1.0) rake (~> 13.0) - logger (1.6.2) + logger (1.6.3) lru_redux (1.1.0) mime-types (3.6.0) logger @@ -181,7 +181,7 @@ DEPENDENCIES fluent-plugin-remote-syslog (= 1.1) fluent-plugin-rewrite-tag-filter (= 2.4.0) fluent-plugin-route (= 1.0.0) - fluent-plugin-s3 (= 1.8.1) + fluent-plugin-s3 (= 1.8.2) fluent-plugin-splunk-enterprise (= 0.10.2) fluent-plugin-sumologic_output (= 1.10.0) fluentd (= 1.17.1)