From f1ceaf64d6865d9b049f4ae2414e8bf82111a6b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 07:41:33 +0000 Subject: [PATCH] Update fluentd requirement from 1.17.0 to 1.17.1 Updates the requirements on [fluentd](https://github.com/fluent/fluentd) to permit the latest version. - [Release notes](https://github.com/fluent/fluentd/releases) - [Changelog](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md) - [Commits](https://github.com/fluent/fluentd/compare/v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: fluentd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index dd0f3621..82382258 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'activesupport', '7.2.0' gem 'elasticsearch-xpack', '7.17.11' -gem 'fluentd', '1.17.0' +gem 'fluentd', '1.17.1' gem 'fluent-plugin-concat', '2.5.0' gem 'fluent-plugin-detect-exceptions', '0.0.15' gem 'fluent-plugin-elasticsearch', '5.2.5'