From caf989bc5160c6435dad6495372f0623c7f26413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 07:39:21 +0000 Subject: [PATCH] Update fluent-plugin-elasticsearch requirement from 5.4.3 to 6.0.0 Updates the requirements on [fluent-plugin-elasticsearch](https://github.com/uken/fluent-plugin-elasticsearch) to permit the latest version. - [Changelog](https://github.com/uken/fluent-plugin-elasticsearch/blob/master/History.md) - [Commits](https://github.com/uken/fluent-plugin-elasticsearch/compare/v5.4.3...v6.0.0) --- updated-dependencies: - dependency-name: fluent-plugin-elasticsearch dependency-version: 6.0.0 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 feac6353..1ca95936 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'elasticsearch-xpack', '7.17.11' gem 'fluentd', '1.18.0' gem 'fluent-plugin-concat', '2.5.0' gem 'fluent-plugin-detect-exceptions', '0.0.16' -gem 'fluent-plugin-elasticsearch', '5.4.3' +gem 'fluent-plugin-elasticsearch', '6.0.0' gem 'fluent-plugin-kubernetes_metadata_filter', '3.7.1' gem 'fluent-plugin-multi-format-parser', '1.1.0' gem 'fluent-plugin-opensearch', '1.1.5'