Skip to content

Bump jwt from 2.10.1 to 3.2.0 in /Tests/InstallationTests/CocoapodsInstallation#6848

Merged
tonidero merged 2 commits into
mainfrom
dependabot/bundler/Tests/InstallationTests/CocoapodsInstallation/jwt-3.2.0
Jun 1, 2026
Merged

Bump jwt from 2.10.1 to 3.2.0 in /Tests/InstallationTests/CocoapodsInstallation#6848
tonidero merged 2 commits into
mainfrom
dependabot/bundler/Tests/InstallationTests/CocoapodsInstallation/jwt-3.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Copy link
Copy Markdown
Contributor

Bumps jwt from 2.10.1 to 3.2.0.

Changelog

Sourced from jwt's changelog.

v3.2.0 (2026-05-13)

Full Changelog

Features:

  • Add enforce_hmac_key_length configuration option #716 - (@​304)

Fixes and enhancements:

v3.1.2 (2025-06-28)

Full Changelog

Fixes and enhancements:

  • Avoid using the same digest across calls in JWT::JWA::Ecdsa and JWT::JWA::Rsa #697
  • Fix signing with a EC JWK #699 (@​anakinj)

v3.1.1 (2025-06-24)

Full Changelog

Fixes and enhancements:

  • Require the algorithm to be provided when signing and verifying tokens using JWKs #695 (@​anakinj)

v3.1.0 (2025-06-23)

Full Changelog

Features:

  • Add support for x5t header parameter for X.509 certificate thumbprint verification #669 (@​hieuk09)
  • Raise an error if the ECDSA signing or verification key is not an instance of OpenSSL::PKey::EC #688 (@​anakinj)
  • Allow OpenSSL::PKey::EC::Point to be used as the verification key in ECDSA #689 (@​anakinj)
  • Require claims to have been verified before accessing the JWT::EncodedToken#payload #690 (@​anakinj)
  • Support signing and verifying tokens using a JWK #692 (@​anakinj)

v3.0.0 (2025-06-14)

Full Changelog

Breaking changes:

... (truncated)

Commits
  • db560b7 Merge commit from fork
  • ffef4f2 Bump actions/download-artifact from 7 to 8 (#719)
  • 69a343d Bump actions/upload-artifact from 6 to 7 (#718)
  • 78e7ed2 Fix Style/PredicateWithKind RuboCop issue (#720)
  • 1a1d877 Extract context classes into separate files for better organization (#717)
  • d3e52e9 Add enforce_hmac_key_length configuration option (#716)
  • 24ec3d8 Fix type error when header is not a JSON object (#715)
  • 8c655d4 Fix typo in "Rubocop" to use correct casing "RuboCop" (#714)
  • 7af2ac0 Bump actions/download-artifact from 4 to 7 (#708)
  • efd5e6f Bump actions/upload-artifact from 4 to 6 (#709)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.lock so the CocoaPods/fastlane install-test bundle resolves jwt 2.10.1 → 3.2.0 (major), with no changes to the Gemfile itself—only cocoapods, fastlane, and nokogiri are declared there.

Bundler also refreshes related pins: fastlane 2.227.0 → 2.235.0 (broader dependency set, e.g. abbrev, csv, ostruct, stricter bundler/aws-sdk-s3), google-cloud-env and googleauth/signet bumps to satisfy jwt < 4, plus minor updates such as fastlane-sirp, xcpretty, and new transitive gems like google-logging-utils; sysrandom drops out of the resolved tree.

Impact: installation/CI that runs bundle install in this folder only—no iOS SDK source changes. jwt 3.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.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 27, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 27, 2026 07:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 27, 2026
@tonidero tonidero enabled auto-merge (squash) June 1, 2026 06:45
@tonidero tonidero merged commit 28015d5 into main Jun 1, 2026
18 of 20 checks passed
@tonidero tonidero deleted the dependabot/bundler/Tests/InstallationTests/CocoapodsInstallation/jwt-3.2.0 branch June 1, 2026 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant