From d7d687906bb4bcc1205c1c83789dfd072f9ebb40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:39:18 +0000 Subject: [PATCH] Bump jwt from 2.2.3 to 2.10.3 in /android Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.2.3 to 2.10.3. - [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.2.3...v2.10.3) --- updated-dependencies: - dependency-name: jwt dependency-version: 2.10.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- android/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/Gemfile.lock b/android/Gemfile.lock index e2d579cfc..a85420e9a 100644 --- a/android/Gemfile.lock +++ b/android/Gemfile.lock @@ -23,6 +23,7 @@ GEM aws-sigv4 (1.2.4) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) + base64 (0.3.0) claide (1.0.3) colored (1.2) colored2 (3.1.2) @@ -142,7 +143,8 @@ GEM httpclient (2.8.3) jmespath (1.6.1) json (2.5.1) - jwt (2.2.3) + jwt (2.10.3) + base64 memoist (0.16.2) mini_magick (4.11.0) mini_mime (1.1.0)