From e180a49930a170529e22b2a383ebfdccfb7bf011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 01:04:36 +0000 Subject: [PATCH] Bump oj from 3.17.1 to 3.17.3 Bumps [oj](https://github.com/ohler55/oj) from 3.17.1 to 3.17.3. - [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.17.1...v3.17.3) --- updated-dependencies: - dependency-name: oj dependency-version: 3.17.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9cc67a96..cb168783 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "logstash-logger", "~> 1.0" gem "maremma", "~> 6.0" gem "nokogiri", "~> 1.19", ">= 1.19.2" gem "oai", "~> 1.3" -gem "oj", "~> 3.16", ">= 3.16.17" +gem "oj", "~> 3.17" gem "oj_mimic_json", "~> 1.0", ">= 1.0.1" gem "rack-cors", "~> 3.0", require: "rack/cors" gem "rack-utf8_sanitizer", "~> 1.11", ">= 1.11.1" diff --git a/Gemfile.lock b/Gemfile.lock index ae5e4bdc..0cd23ed1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -355,7 +355,7 @@ GEM faraday-follow_redirects (>= 0.3.0, < 2) rexml observer (0.1.2) - oj (3.17.1) + oj (3.17.3) bigdecimal (>= 3.0) ostruct (>= 0.2) oj_mimic_json (1.0.1) @@ -602,7 +602,7 @@ DEPENDENCIES next_rails (~> 1.5) nokogiri (~> 1.19, >= 1.19.2) oai (~> 1.3) - oj (~> 3.16, >= 3.16.17) + oj (~> 3.17) oj_mimic_json (~> 1.0, >= 1.0.1) rack-cors (~> 3.0) rack-utf8_sanitizer (~> 1.11, >= 1.11.1)