dependabot[bot] opened a new pull request, #19030: URL: https://github.com/apache/pinot/pull/19030
Bumps [com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java) from 1.25.0 to 1.25.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/AzureAD/microsoft-authentication-library-for-java/releases">com.microsoft.azure:msal4j's releases</a>.</em></p> <blockquote> <h2>1.25.1</h2> <h2>What's Changed</h2> <ul> <li>Migrate OBO tests from AppWebApi/client secret to AppOBOService/certificate by <a href="https://github.com/RyAuld"><code>@RyAuld</code></a> in <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1030">AzureAD/microsoft-authentication-library-for-java#1030</a></li> <li>Migrate region discovery to IMDS /compute JSON endpoint by <a href="https://github.com/Robbie-Microsoft"><code>@Robbie-Microsoft</code></a> in <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1038">AzureAD/microsoft-authentication-library-for-java#1038</a></li> <li>Add DateTimeTests coverage for past expires_on timestamps by <a href="https://github.com/gladjohn"><code>@gladjohn</code></a> in <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1042">AzureAD/microsoft-authentication-library-for-java#1042</a></li> <li>Add claimsFromClient API for client-originated claims by <a href="https://github.com/Robbie-Microsoft"><code>@Robbie-Microsoft</code></a> in <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1039">AzureAD/microsoft-authentication-library-for-java#1039</a></li> <li>Bump Azure Arc HIMDS api-version from 2019-11-01 to 2020-06-01 by <a href="https://github.com/gladjohn"><code>@gladjohn</code></a> with <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1045">AzureAD/microsoft-authentication-library-for-java#1045</a></li> <li>Extract shared ExtendedCacheKey helper to de-duplicate cache-key plumbing by <a href="https://github.com/Robbie-Microsoft"><code>@Robbie-Microsoft</code></a> in <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1046">AzureAD/microsoft-authentication-library-for-java#1046</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/RyAuld"><code>@RyAuld</code></a> made their first contribution in <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1030">AzureAD/microsoft-authentication-library-for-java#1030</a></li> <li><a href="https://github.com/Robbie-Microsoft"><code>@Robbie-Microsoft</code></a> made their first contribution in <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1038">AzureAD/microsoft-authentication-library-for-java#1038</a></li> <li><a href="https://github.com/gladjohn"><code>@gladjohn</code></a> made their first contribution in <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1042">AzureAD/microsoft-authentication-library-for-java#1042</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/AzureAD/microsoft-authentication-library-for-java/compare/1.25.0...1.25.1">https://github.com/AzureAD/microsoft-authentication-library-for-java/compare/1.25.0...1.25.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/dev/changelog.txt">com.microsoft.azure:msal4j's changelog</a>.</em></p> <blockquote> <h1>Version 1.25.1</h1> <ul> <li>Add claimsFromClient API for client-originated claims on confidential-client flows (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1039">#1039</a>)</li> <li>Migrate region discovery to IMDS /compute JSON endpoint (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1038">#1038</a>)</li> <li>Bump Azure Arc HIMDS api-version from 2019-11-01 to 2020-06-01 (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1045">#1045</a>)</li> <li>Extract shared ExtendedCacheKey helper to de-duplicate cache-key plumbing (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1046">#1046</a>)</li> <li>Fix refreshed tokens not staying in their client-claims cache partition (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1039">#1039</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/56b9c6bb006f0ef8371b0f44763f3a92b1243404"><code>56b9c6b</code></a> Merge pull request <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1047">#1047</a> from AzureAD/avdunn/release-1.25.1</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/3845cb61113a32ba2f0b1eb8dec49cba8bdae99b"><code>3845cb6</code></a> Version updates for 1.25.1</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/c2382adb8c03e070034bf1eeb8d69ee194339eed"><code>c2382ad</code></a> Merge pull request <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1046">#1046</a> from AzureAD/rginsburg/ext-cache-key-dedup</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/9efaaf98115f0ef06aa862064c08f11300966196"><code>9efaaf9</code></a> Merge pull request <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1045">#1045</a> from AzureAD/copilot/update-azure-arc-token-endpoint...</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/f10d9ce086b0d1fe72aa42862b958ad7a1439326"><code>f10d9ce</code></a> Merge pull request <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1039">#1039</a> from AzureAD/rginsburg/client_claims</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/322625f2d641e10971d2e5def06bf585144eb320"><code>322625f</code></a> Extract shared ExtendedCacheKey helper to de-duplicate cache-key plumbing</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/debf829a94ab80651e752496fe48d1663ef3a537"><code>debf829</code></a> Bump Azure Arc api-version from 2019-11-01 to 2020-06-01</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/1f298b8af2baeb9633bdae4a38bb81a392cf2a10"><code>1f298b8</code></a> Initial plan</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/883ea318f4d1d4afb539807596250fbdb5fb3447"><code>883ea31</code></a> Merge pull request <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1042">#1042</a> from AzureAD/gladjohn/mi-past-timestamp-test</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/7152fa060d4b7e2a57e7ea72bb276250b0b1c898"><code>7152fa0</code></a> Remove managed identity support from claimsFromClient</li> <li>Additional commits viewable in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-java/compare/1.25.0...1.25.1">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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
