dependabot[bot] opened a new pull request, #13987: URL: https://github.com/apache/pinot/pull/13987
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 "iss" (issuer), "sub" (subject) and "aud" (audience) claims as replicated JWE header parameters. * Updates the JWE encryption with "PBES2-HS256+A128KW", "PBES2-HS384+A192KW" and "PBES2-HS512+A256KW" to use a JCA provider instead of a local PBKDF2 implementation. "PBKDF2WithHmacSHA256" 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 "RSA-OAEP" and "RSA-OAEP-256" 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<Base64>) 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 /> [](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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org