From 1d02a3eaad1cf128b38ff6d192b8a5db489063af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:21:44 +0000 Subject: [PATCH] Update oj requirement from 3.16.9 to 3.16.11 Updates the requirements on [oj](https://github.com/ohler55/oj) to permit the latest version. - [Release notes](https://github.com/ohler55/oj/releases) - [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md) - [Commits](https://github.com/ohler55/oj/compare/v3.16.9...v3.16.11) --- updated-dependencies: - dependency-name: oj dependency-version: 3.16.11 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..c896f25f 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'fluent-plugin-multi-format-parser', '1.1.0' gem 'fluent-plugin-opensearch', '1.1.5' gem 'fluent-plugin-prometheus', '2.2.0' gem 'fluent-plugin-systemd', '1.1.0' -gem 'oj', '3.16.9' +gem 'oj', '3.16.11' gem 'fluent-plugin-record-modifier', '2.2.0' gem 'fluent-plugin-rewrite-tag-filter', '2.4.0' gem 'fluent-plugin-dedot_filter', '1.0.0'