-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Bump com.nimbusds:nimbus-jose-jwt from 9.37.2 to 9.37.4 in /zeppelin-server #5023
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
Bump com.nimbusds:nimbus-jose-jwt from 9.37.2 to 9.37.4 in /zeppelin-server #5023
Conversation
Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.37.2 to 9.37.4. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.4..9.37.2) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: 9.37.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
|
@Reamer @jongyoul @zjffdu is this PR something that we could merge? Since this jar relates to authn, it would be good to keep it up to date. Also seems to handle CVE-2025-53864 |
jongyoul
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@jongyoul is it ok to merge this? |
|
@tbonelee is this something that you would consider merging - this lib is important for security |
…server Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.37.2 to 9.37.4. <details> <summary>Commits</summary> <ul> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/2432c09121add9fe6b2db9173131dd777939bfee"><code>2432c09</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/fa9737c49f1ae706d8929abfcb6f346b04275e03"><code>fa9737c</code></a> Bumps Tink and BC deps</li> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/431f492225d8812cc6e57c6ebe1363e2fab2baba"><code>431f492</code></a> [maven-release-plugin] prepare release 9.37.3</li> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/f7fb882cc08f027c9ceb874acec3b51c6222861c"><code>f7fb882</code></a> Backports fixes to issues <a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/583">#583</a>, <a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/577">#577</a>, <a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/547">#547</a>, <a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/549">#549</a>, <a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/557">#557</a>, <a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/574">#574</a>, updates JSONObj...</li> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/ee7f3f9093c833987c67a67e574581e61240dfb0"><code>ee7f3f9</code></a> Fixes HTML markup error in JavaDoc overview.html</li> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/392252c7a8f2e0c089f6537be32c440ea4e32ed1"><code>392252c</code></a> [maven-release-plugin] prepare release 9.37.4</li> <li>See full diff in <a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.4..9.37.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 `<at>dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `<at>dependabot rebase` will rebase this PR - `<at>dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `<at>dependabot merge` will merge this PR after your CI passes on it - `<at>dependabot squash and merge` will squash and merge this PR after your CI passes on it - `<at>dependabot cancel merge` will cancel a previously requested merge and block automerging - `<at>dependabot reopen` will reopen this PR if it is closed - `<at>dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `<at>dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `<at>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) - `<at>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) - `<at>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](https://github.com/apache/zeppelin/network/alerts). </details> Closes #5023 from dependabot[bot]/dependabot/maven/zeppelin-server/com.nimbusds-nimbus-jose-jwt-9.37.4. Signed-off-by: ChanHo Lee <[email protected]> (cherry picked from commit 66b1617) Signed-off-by: ChanHo Lee <[email protected]>
|
Thanks for checking this. I've merged it into both |
Bumps com.nimbusds:nimbus-jose-jwt from 9.37.2 to 9.37.4.
Commits
2432c09[maven-release-plugin] prepare for next development iterationfa9737cBumps Tink and BC deps431f492[maven-release-plugin] prepare release 9.37.3f7fb882Backports fixes to issues #583, #577, #547, #549, #557, #574, updates JSONObj...ee7f3f9Fixes HTML markup error in JavaDoc overview.html392252c[maven-release-plugin] prepare release 9.37.4Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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.