8000 build(deps): bump com.nimbusds:nimbus-jose-jwt from 10.1 to 10.2 by dependabot[bot] · Pull Request #3390 · cloudfoundry/uaa · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build(deps): bump com.nimbusds:nimbus-jose-jwt from 10.1 to 10.2 #3390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 15, 2025

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Apr 8, 2025

Bumps com.nimbusds:nimbus-jose-jwt from 10.1 to 10.2.

Changelog

Sourced from com.nimbusds:nimbus-jose-jwt's changelog.

10.1 (2025-04-03) * Restores module-info.java. * Adds ExpiredJWTException extends BadJWTException to enable easy programmatic detection whether a JWT has expired (iss #585). * Adds URLBasedJWKSetSource getJWKSetURL and getResourceRetriever methods to ease class extension.

10.2 (2025-04-07) * Gson is made a direct instead of a shaded dependency to address module issues introduced in 10.1 (iss #550).

Commits
  • 62b01de [maven-release-plugin] prepare for next development iteration
  • ecd1f8f don't shade GSON
  • e59e3d2 public API doesn't expose GSON → remove transitive
  • 650869d Merged in feature/gson-regular-dependency (pull request #126)
  • e52dc1e Change log for 10.2
  • 1690d5a Clarifies 10.2 iss #550 fix
  • 3fbd750 [maven-release-plugin] prepare release 10.2
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 8, 2025
@strehle
Copy link
Member
strehle commented Apr 12, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/com.nimbusds-nimbus-jose-jwt-10.2 branch from 531da1e to b3e9015 Compare April 12, 2025 06:09
@strehle
Copy link
Member
strehle commented Apr 12, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/com.nimbusds-nimbus-jose-jwt-10.2 branch from b3e9015 to 5d420f4 Compare April 12, 2025 18:27
@strehle
Copy link
Member
strehle commented Apr 12, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/com.nimbusds-nimbus-jose-jwt-10.2 branch from 5d420f4 to bca13b2 Compare April 12, 2025 20:01
@strehle
Copy link
Member
strehle commented Apr 12, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/com.nimbusds-nimbus-jose-jwt-10.2 branch from bca13b2 to 69b34ab Compare April 12, 2025 22:07
Copy link
Contributor Author
dependabot bot commented on behalf of github Apr 12, 2025

Looks like this PR is already up-to-date with develop! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 10.1 to 10.2.
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.2..10.1)

---
updated-dependencies:
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-version: '10.2'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.nimbusds-nimbus-jose-jwt-10.2 branch from 69b34ab to 6cf0c15 Compare April 12, 2025 22:08
@strehle
Copy link
Member
strehle commented Apr 13, 2025

Add direct dependency to GSON
See https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/550

@strehle
Copy link
Member
strehle commented Apr 14, 2025

@dependabot rebase

Copy link
Contributor Author
dependabot bot commented on behalf of github Apr 14, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@strehle
Copy link
Member
strehle commented Apr 14, 2025

This PR is using no change because
nimbus 10.1 shaded GJSON internally and UAA does not had GSON in dependency list
nimbus 10.2 removed the shades but now UAA needs an explicit dependency of it. Used the version 2.11.0 which was mentioned in https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/550

maybe later we can update this as well

@strehle strehle requested a review from a team April 14, 2025 07:44
@strehle strehle merged commit 36fbb37 into develop Apr 15, 2025
22 checks passed
@strehle strehle deleted the dependabot/gradle/com.nimbusds-nimbus-jose-jwt-10.2 branch April 15, 2025 17:07
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 java Pull requests that update Java code
Projects
Development

Successfully merging this pull request may close these issues.

1 participant
0