From bd69117d76dd3a4252f71798fa701c798aa5bc9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 02:25:35 +0000 Subject: [PATCH] Bump jwt from 2.1.0 to 3.2.0 in /src/iOS Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.1.0 to 3.2.0. - [Release notes](https://github.com/jwt/ruby-jwt/releases) - [Changelog](https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/jwt/ruby-jwt/compare/v2.1.0...v3.2.0) --- updated-dependencies: - dependency-name: jwt dependency-version: 3.2.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/iOS/Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/iOS/Gemfile.lock b/src/iOS/Gemfile.lock index 0c53c2889..55975c30c 100644 --- a/src/iOS/Gemfile.lock +++ b/src/iOS/Gemfile.lock @@ -175,7 +175,8 @@ GEM httpclient (2.8.3) jmespath (1.6.2) json (2.3.1) - jwt (2.1.0) + jwt (3.2.0) + base64 logger (1.7.0) mini_magick (4.9.5) mini_mime (1.1.5)