diff --git a/logs-dispatcher/Gemfile b/logs-dispatcher/Gemfile index 29e4ca46..20bad715 100644 --- a/logs-dispatcher/Gemfile +++ b/logs-dispatcher/Gemfile @@ -9,7 +9,7 @@ gem "fluent-plugin-datadog", "0.14.2" gem "fluent-plugin-kubernetes_metadata_filter", "3.4.0" gem "fluent-plugin-multi-format-parser", "1.0.0" gem "fluent-plugin-prometheus", "2.1.0" -gem "fluent-plugin-rabbitmq", "0.0.9" +gem "fluent-plugin-rabbitmq", "0.1.0" gem "fluent-plugin-record-modifier", "2.1.1" gem "fluent-plugin-remote-syslog", "1.1" gem "fluent-plugin-rewrite-tag-filter", "2.4.0" diff --git a/logs-dispatcher/Gemfile.lock b/logs-dispatcher/Gemfile.lock index a58b7e33..97f188a3 100644 --- a/logs-dispatcher/Gemfile.lock +++ b/logs-dispatcher/Gemfile.lock @@ -57,7 +57,7 @@ GEM fluent-plugin-prometheus (2.1.0) fluentd (>= 1.9.1, < 2) prometheus-client (>= 2.1.0) - fluent-plugin-rabbitmq (0.0.9) + fluent-plugin-rabbitmq (0.1.0) bunny (~> 2.14.4) fluentd (>= 0.14.0) fluent-plugin-record-modifier (2.1.1) @@ -161,7 +161,7 @@ DEPENDENCIES fluent-plugin-kubernetes_metadata_filter (= 3.4.0) fluent-plugin-multi-format-parser (= 1.0.0) fluent-plugin-prometheus (= 2.1.0) - fluent-plugin-rabbitmq (= 0.0.9) + fluent-plugin-rabbitmq (= 0.1.0) fluent-plugin-record-modifier (= 2.1.1) fluent-plugin-remote-syslog (= 1.1) fluent-plugin-rewrite-tag-filter (= 2.4.0)