dependabot[bot] opened a new pull request, #838:
URL: https://github.com/apache/syncope/pull/838

   Bumps 
[com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt)
 from 9.41 to 9.41.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>9.41 (2024-09-10)
   * JWEHeader receives typed support for the &quot;iss&quot; (issuer), 
&quot;sub&quot; (subject)
   and &quot;aud&quot; (audience) claims as replicated JWE header parameters.
   * Updates the JWE encryption with &quot;PBES2-HS256+A128KW&quot;,
   &quot;PBES2-HS384+A192KW&quot; and &quot;PBES2-HS512+A256KW&quot; to use a 
JCA provider
   instead of a local PBKDF2 implementation. &quot;PBKDF2WithHmacSHA256&quot; 
support
   is available since Java 8 and Android API level 26 (iss <a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/561";>#561</a>).
   * For &quot;RSA-OAEP&quot; and &quot;RSA-OAEP-256&quot; the cipher mode 
should be either WRAP
   or UNWRAP, not ENCRYPT or DECRYPT. Otherwise it will throw an exception
   when used with a FIPS provider (iss <a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/564";>#564</a>).</p>
   <p>9.41.1 (2024-09-12)
   * Fixes JSONObjectUtils.parse((String)null) regression, must throw
   ParseException, not NullPointerException. Regression introduced in 9.24
   after dependency switch from JSON Smart to Gson (iss <a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/557";>#557</a>).
   * Fixes JWKSet.parse((String)null) regression, must throw ParseException,
   not NullPointerException (iss <a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/557";>#557</a>).
   * The ParseException thrown by X509CertChainUtils.parse(List<!-- raw HTML 
omitted -->) must
   include the message from the underlying
   java.security.cert.CertificateException (iss <a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/565";>#565</a>).</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/70b16ac49b425a4d7d44b081ad97b184712f70c8";><code>70b16ac</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/a6eefbfd476667df0adb474a85f61503d2eae1b7";><code>a6eefbf</code></a>
 Adds BC provider test to PBKDF2Test</li>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/b2e803c85c600705bcb3534f6eb5d6b736c206f5";><code>b2e803c</code></a>
 The ParseException thrown by X509CertChainUtils.parse(List&lt;Base64&gt;) must 
incl...</li>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/9c05365bfb7d92c0208937565a7dce6c214ad379";><code>9c05365</code></a>
 Fixes X509CertChainUtilsTest.testParse_includeUnderlyingCertificateException 
...</li>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/91c23268fe0e0317e8f7f709c9069803abe0ed03";><code>91c2326</code></a>
 Adds JWKSetTest.testParseNullString test (iss <a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/557";>#557</a>)</li>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/04bd9c1ee1c06d2af7d2ae0f89dc538ef0153c57";><code>04bd9c1</code></a>
 Fixes JSONObjectUtils.parse((String)null) regression, must throw 
ParseExcepti...</li>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/fa2cffe6b8ffccfcb44f6daa798c2c8ed7b671b5";><code>fa2cffe</code></a>
 [maven-release-plugin] prepare release 9.41.1</li>
   <li>See full diff in <a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.41.1..9.41";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.nimbusds:nimbus-jose-jwt&package-manager=maven&previous-version=9.41&new-version=9.41.1)](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

Reply via email to