dependabot[bot] opened a new pull request, #1046: URL: https://github.com/apache/syncope/pull/1046
Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 10.0.2 to 10.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt">com.nimbusds:nimbus-jose-jwt's changelog</a>.</em></p> <blockquote> <p>10.0.2 (2025-02-25) * Updates JSONObjectUtils.parse and JSONArrayUtils.parse to reject JSON strings with object and array nesting deeper than 255. This is intended to prevent StackOverflowError's in Gson when a parsed JSON string with excessive nesting is serialised, for example to log the claims of a parsed JWT. Note that in Gson the JSON reader is not susceptible to StackOverflowError's, only the serialisation. The nesting limit of depth 255 is introduced in Gson 2.12.0 (iss <a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/583">#583</a>). * Updates GSon to 2.12.1.</p> <p>10.1 (2025-04-03) * Restores module-info.java. * Adds ExpiredJWTException extends BadJWTException to enable easy programmatic detection whether a JWT has expired (iss <a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/585">#585</a>). * Adds URLBasedJWKSetSource getJWKSetURL and getResourceRetriever methods to ease class extension.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/bcfaf09a4d851dab3d91ac63e1f43710f594dfad"><code>bcfaf09</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/05e8b9a745f73524b88b0eac060eef6860233441"><code>05e8b9a</code></a> Change log 10.0.2 updates</li> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/729f58bf3501c8db0b3e8cee1f3e13cba7a349e6"><code>729f58b</code></a> re-add <code>module-info.java</code></li> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/b688e461929fd04306685cfe707e6ddc9201f380"><code>b688e46</code></a> Edits X509CertChainUtilsTest.testParse_includeUnderlyingCertificateException ...</li> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/a6a08657345b8a3cc71b79db395ab1d838dde366"><code>a6a0865</code></a> Merge branch 'master' into module-info</li> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/a6554970270dde338eb61f9c6c49bb3450660a60"><code>a655497</code></a> Merged in module-info (pull request <a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/125">#125</a>)</li> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/9fd366279d3c423b1682d2df0ce0ba0363647632"><code>9fd3662</code></a> Edits CHANGELOG.txt</li> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/40a33d26dcc5764efed3769097e6ae70f9b9ba7f"><code>40a33d2</code></a> Adds ExpiredJWTException extends BadJWTException to enable easy programmatic ...</li> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/5b5530f0dded0b89e2da91482c41597623bb66cc"><code>5b5530f</code></a> Adds URLBasedJWKSetSource getJWKSetURL and getResourceRetriever methods</li> <li><a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/5586970ed0493ae078176757369c4f571101e096"><code>5586970</code></a> Release version 10.1</li> <li>Additional commits viewable in <a href="https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.1..10.0.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 `@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: - `@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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org