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

   Bumps 
[com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt)
 from 9.40 to 9.41.
   <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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/81efe49024e0a491a718160d1bb3cedd8a3be295";><code>81efe49</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/2c2587a65541bf926b98bbe09be412384aa9a62c";><code>2c2587a</code></a>
 JWEHeader receives support for the iss, sub and aud claims as replicated 
head...</li>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/ba873c354f1b2f214345e63d663115193d4772c2";><code>ba873c3</code></a>
 Adds Maven org.owasp:dependency-check-maven:10.0.3 plugin</li>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/c3835564bc2145d374a120f03cf8722407518dbe";><code>c383556</code></a>
 Key derivation changed to use standard java.security API</li>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/fde898f11d882264d0dc5399db55d119d4de2504";><code>fde898f</code></a>
 ISSUE-564 For CEK keywrap , cipher mode should be wither WRAP or UNWRAP. It 
w...</li>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/397e062fd6720f795ed6428dcc0a4ae859e424af";><code>397e062</code></a>
 Merged in ISSUE-564--incorrect-usage-of-CIPHER-MODES (pull request <a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/121";>#121</a>)</li>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/0ab82808e6e154fc3b6da12540e31752eb35c103";><code>0ab8280</code></a>
 Adds change log for iss <a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/564";>#564</a>)</li>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/9b42b430bded3c10eb59770d143e32a60b3d00d4";><code>9b42b43</code></a>
 Fixes change log</li>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/a2fa965db3332987ad9123788b3c35c0f104fbeb";><code>a2fa965</code></a>
 Unifies the RSA_OAEP_SHA2.encryptCEK error message on invalid key (size) 
(iss...</li>
   <li><a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/1a4f9b5f73561ab0a88e198bf4f302d5d6a803e9";><code>1a4f9b5</code></a>
 Merged in ISSUE-561 (pull request <a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/120";>#120</a>)</li>
   <li>Additional commits viewable in <a 
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.41..9.40";>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.40&new-version=9.41)](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