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

   Bumps 
[com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java)
 from 1.23.1 to 1.24.0.
   <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.24.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Use more common &quot;static final&quot; instead of &quot;final 
static&quot; by <a 
href="https://github.com/Avery-Dunn";><code>@​Avery-Dunn</code></a> in <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/993";>AzureAD/microsoft-authentication-library-for-java#993</a></li>
   <li>Fix minor issues found by SonarQube by <a 
href="https://github.com/Avery-Dunn";><code>@​Avery-Dunn</code></a> in <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/994";>AzureAD/microsoft-authentication-library-for-java#994</a></li>
   <li>Consistently use SLF4J's recommended styles by <a 
href="https://github.com/Avery-Dunn";><code>@​Avery-Dunn</code></a> in <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/992";>AzureAD/microsoft-authentication-library-for-java#992</a></li>
   <li>Use java.nio chartsets instead of nimbusds by <a 
href="https://github.com/HerrDerb";><code>@​HerrDerb</code></a> in <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/996";>AzureAD/microsoft-authentication-library-for-java#996</a></li>
   <li>Deprecate ROPC flow by <a 
href="https://github.com/Ugonnaak1";><code>@​Ugonnaak1</code></a> in <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/998";>AzureAD/microsoft-authentication-library-for-java#998</a></li>
   <li>Deprecate extraQueryParameters by <a 
href="https://github.com/Avery-Dunn";><code>@​Avery-Dunn</code></a> in <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1001";>AzureAD/microsoft-authentication-library-for-java#1001</a></li>
   <li>Lab Migration by <a 
href="https://github.com/Avery-Dunn";><code>@​Avery-Dunn</code></a> in <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1002";>AzureAD/microsoft-authentication-library-for-java#1002</a></li>
   <li>Deprecate ResponseMode.QUERY in system browser auth flow, automatically 
override to FORM_POST with warning by <a 
href="https://github.com/ashok672";><code>@​ashok672</code></a> in <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1004";>AzureAD/microsoft-authentication-library-for-java#1004</a></li>
   <li>Add copilot-instructions.md and fix tests by <a 
href="https://github.com/Avery-Dunn";><code>@​Avery-Dunn</code></a> in <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1009";>AzureAD/microsoft-authentication-library-for-java#1009</a></li>
   <li>Release 1.24.0 by <a 
href="https://github.com/Copilot";><code>@​Copilot</code></a> in <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1011";>AzureAD/microsoft-authentication-library-for-java#1011</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/HerrDerb";><code>@​HerrDerb</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/996";>AzureAD/microsoft-authentication-library-for-java#996</a></li>
   <li><a href="https://github.com/ashok672";><code>@​ashok672</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1004";>AzureAD/microsoft-authentication-library-for-java#1004</a></li>
   <li><a href="https://github.com/Copilot";><code>@​Copilot</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1011";>AzureAD/microsoft-authentication-library-for-java#1011</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/AzureAD/microsoft-authentication-library-for-java/compare/v1.23.1...v1.24.0";>https://github.com/AzureAD/microsoft-authentication-library-for-java/compare/v1.23.1...v1.24.0</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.24.0</h1>
   <ul>
   <li>Code quality improvements (<a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/992";>#992</a>,
 <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/993";>#993</a>,
 <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/994";>#994</a>)
   <ul>
   <li>Consistently use SLF4J's recommended styles for logging (<a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/992";>#992</a>)</li>
   <li>Use &quot;static final&quot; instead of &quot;final static&quot; for 
constants (<a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/993";>#993</a>)</li>
   <li>Fix various minor issues found by SonarQube (<a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/994";>#994</a>)</li>
   </ul>
   </li>
   <li>Deprecations (<a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/998";>#998</a>,
 <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1001";>#1001</a>,
 <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1004";>#1004</a>)
   <ul>
   <li>Deprecate ROPC (username/password) flow, which is insecure and will be 
removed in a future version (<a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/998";>#998</a>)</li>
   <li>Deprecate extraQueryParameters API due to caching issues (<a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1001";>#1001</a>)</li>
   <li>Deprecate ResponseMode.QUERY in system browser flow, automatically 
override to FORM_POST with warning (<a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1004";>#1004</a>)</li>
   </ul>
   </li>
   <li>Test infrastructure improvements (<a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1002";>#1002</a>,
 <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1009";>#1009</a>)
   <ul>
   <li>Migrate test infrastructure from ID Labs API to Key Vault-based approach 
(<a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1002";>#1002</a>)</li>
   <li>Refactor Selenium-based browser tests to follow Selenium conventions (<a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1002";>#1002</a>)</li>
   <li>Fix integration tests and disable failing CIAM browser tests pending 
investigation (<a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1009";>#1009</a>)</li>
   <li>Add copilot-instructions.md to help AI agents understand the library 
architecture (<a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1009";>#1009</a>)</li>
   </ul>
   </li>
   <li>Use java.nio.charset.StandardCharsets instead of nimbusds in persistence 
extensions (<a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/996";>#996</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/2e6673ef2f61774fdebacf0b0494a0542edee6cb";><code>2e6673e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1011";>#1011</a>
 from AzureAD/copilot/prepare-release-1240</li>
   <li><a 
href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/910396bf564e8ece97b1d442eab1e47f42bd3e0d";><code>910396b</code></a>
 Update version to 1.24.0 and add changelog entries</li>
   <li><a 
href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/bd613ff36517152abacb80a9e2248a700027c2af";><code>bd613ff</code></a>
 Initial plan</li>
   <li><a 
href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/eb13f426f627772af203b8130d14e965d330b3b3";><code>eb13f42</code></a>
 Merge pull request <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1009";>#1009</a>
 from AzureAD/avdunn/copilot-instructions</li>
   <li><a 
href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/bb697ff0b85d24e14c61f62a84b3eabca043a141";><code>bb697ff</code></a>
 Disable failing test</li>
   <li><a 
href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/e1188128db9d3e984dfb7444aa56795e01d17af9";><code>e118812</code></a>
 Fix tests</li>
   <li><a 
href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/aaa071fb41abd0d24e6e176e9f8b1ff4ce1893d6";><code>aaa071f</code></a>
 Add copilot-instructions.md</li>
   <li><a 
href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/7be975bdd02f2bcfaba742d41c4647f581538d51";><code>7be975b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/issues/1004";>#1004</a>
 from AzureAD/asram/deprecate_response_mode_query</li>
   <li><a 
href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/c318d3b15bbbe4d4f323a717827c2bd5e16c5344";><code>c318d3b</code></a>
 Update AuthorizationRequestUrlParameters.java</li>
   <li><a 
href="https://github.com/AzureAD/microsoft-authentication-library-for-java/commit/77510753bdf354f066c7bccee9c05e3f8a4bce07";><code>7751075</code></a>
 Fix for review comments</li>
   <li>Additional commits viewable in <a 
href="https://github.com/AzureAD/microsoft-authentication-library-for-java/compare/v1.23.1...v1.24.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.microsoft.azure:msal4j&package-manager=maven&previous-version=1.23.1&new-version=1.24.0)](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]

Reply via email to