Bump jwt from 2.10.1 to 3.2.0 in /Tests/InstallationTests/CocoapodsInstallation#6848
Merged
tonidero merged 2 commits intoJun 1, 2026
Conversation
Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.10.1 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](jwt/ruby-jwt@v2.10.1...v3.2.0) --- updated-dependencies: - dependency-name: jwt dependency-version: 3.2.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ocoapodsInstallation/jwt-3.2.0
tonidero
approved these changes
Jun 1, 2026
This was referenced Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps jwt from 2.10.1 to 3.2.0.
Changelog
Sourced from jwt's changelog.
... (truncated)
Commits
db560b7Merge commit from forkffef4f2Bump actions/download-artifact from 7 to 8 (#719)69a343dBump actions/upload-artifact from 6 to 7 (#718)78e7ed2Fix Style/PredicateWithKind RuboCop issue (#720)1a1d877Extract context classes into separate files for better organization (#717)d3e52e9Add enforce_hmac_key_length configuration option (#716)24ec3d8Fix type error when header is not a JSON object (#715)8c655d4Fix typo in "Rubocop" to use correct casing "RuboCop" (#714)7af2ac0Bump actions/download-artifact from 4 to 7 (#708)efd5e6fBump actions/upload-artifact from 4 to 6 (#709)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Major jwt and fastlane/googleauth upgrades affect only the Ruby install-test lockfile, but jwt 3.x can break token signing/verification paths used indirectly by fastlane in CI.
Overview
Updates
Tests/InstallationTests/CocoapodsInstallation/Gemfile.lockso the CocoaPods/fastlane install-test bundle resolvesjwt2.10.1 → 3.2.0 (major), with no changes to theGemfileitself—onlycocoapods,fastlane, andnokogiriare declared there.Bundler also refreshes related pins:
fastlane2.227.0 → 2.235.0 (broader dependency set, e.g.abbrev,csv,ostruct, stricterbundler/aws-sdk-s3),google-cloud-envandgoogleauth/signetbumps to satisfyjwt< 4, plus minor updates such asfastlane-sirp,xcpretty, and new transitive gems likegoogle-logging-utils;sysrandomdrops out of the resolved tree.Impact: installation/CI that runs
bundle installin this folder only—no iOS SDK source changes.jwt3.x includes security fixes (e.g. rejecting empty HMAC keys per advisory in the PR description) but is a major version with API/behavior changes for anything that signs or verifies JWTs via fastlane/Google tooling in this bundle.Reviewed by Cursor Bugbot for commit 4db32d0. Bugbot is set up for automated code reviews on this repo. Configure here.