This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.microsoft.azure:msal4j](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java) | `1.23.1` → `1.25.1` |  |  | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/2069) for more information. --- ### Release Notes <details> <summary>AzureAD/microsoft-authentication-library-for-java (com.microsoft.azure:msal4j)</summary> ### [`v1.25.1`](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/releases/tag/1.25.1) [Compare Source](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/compare/1.25.0...1.25.1) ##### What's Changed - Migrate OBO tests from AppWebApi/client secret to AppOBOService/certificate by [@​RyAuld](https://redirect.github.com/RyAuld) in [#​1030](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1030) - Migrate region discovery to IMDS /compute JSON endpoint by [@​Robbie-Microsoft](https://redirect.github.com/Robbie-Microsoft) in [#​1038](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1038) - Add DateTimeTests coverage for past expires\_on timestamps by [@​gladjohn](https://redirect.github.com/gladjohn) in [#​1042](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1042) - Add claimsFromClient API for client-originated claims by [@​Robbie-Microsoft](https://redirect.github.com/Robbie-Microsoft) in [#​1039](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1039) - Bump Azure Arc HIMDS api-version from 2019-11-01 to 2020-06-01 by [@​gladjohn](https://redirect.github.com/gladjohn) with [@​Copilot](https://redirect.github.com/Copilot) in [#​1045](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1045) - Extract shared ExtendedCacheKey helper to de-duplicate cache-key plumbing by [@​Robbie-Microsoft](https://redirect.github.com/Robbie-Microsoft) in [#​1046](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1046) ##### New Contributors - [@​RyAuld](https://redirect.github.com/RyAuld) made their first contribution in [#​1030](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1030) - [@​Robbie-Microsoft](https://redirect.github.com/Robbie-Microsoft) made their first contribution in [#​1038](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1038) - [@​gladjohn](https://redirect.github.com/gladjohn) made their first contribution in [#​1042](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1042) **Full Changelog**: <https://github.com/AzureAD/microsoft-authentication-library-for-java/compare/1.25.0...1.25.1> ### [`v1.25.0`](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/releases/tag/1.25.0) [Compare Source](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/compare/v1.24.1...1.25.0) ##### What's Changed - Add MSAL client metadata headers to IMDS managed identity requests by [@​Copilot](https://redirect.github.com/Copilot) in [#​1024](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1024) - Add Federated Managed Identity (FMI) support for client credentials flow by [@​Avery-Dunn](https://redirect.github.com/Avery-Dunn) in [#​1025](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1025) - Add User Federated Identity Credential (`user_fic`) grant type support by [@​Avery-Dunn](https://redirect.github.com/Avery-Dunn) in [#​1026](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1026) **Full Changelog**: <https://github.com/AzureAD/microsoft-authentication-library-for-java/compare/v1.24.1...1.25.0> ### [`v1.24.1`](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/releases/tag/v1.24.1): 1.24.1 [Compare Source](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/compare/v1.24.0...v1.24.1) ##### What's Changed - Improve sovereign cloud support and network error handling by [@​Avery-Dunn](https://redirect.github.com/Avery-Dunn) in [#​1018](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1018) - Move integration tests to a more standard directory path by [@​Avery-Dunn](https://redirect.github.com/Avery-Dunn) in [#​1017](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1017) - Fix for code scanning alert no. 18: Implicit narrowing conversion in compound assignment by [@​Avery-Dunn](https://redirect.github.com/Avery-Dunn) in [#​1013](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1013) - Bump com.azure:azure-identity from 1.10.0 to 1.12.2 in /msal4j-sdk in the maven group across 1 directory by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1006](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1006) **Full Changelog**: <https://github.com/AzureAD/microsoft-authentication-library-for-java/compare/v1.24.0...v1.24.1> ### [`v1.24.0`](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/releases/tag/v1.24.0): 1.24.0 [Compare Source](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/compare/v1.23.1...v1.24.0) ##### What's Changed - Use more common "static final" instead of "final static" by [@​Avery-Dunn](https://redirect.github.com/Avery-Dunn) in [#​993](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/993) - Fix minor issues found by SonarQube by [@​Avery-Dunn](https://redirect.github.com/Avery-Dunn) in [#​994](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/994) - Consistently use SLF4J's recommended styles by [@​Avery-Dunn](https://redirect.github.com/Avery-Dunn) in [#​992](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/992) - Use java.nio chartsets instead of nimbusds by [@​HerrDerb](https://redirect.github.com/HerrDerb) in [#​996](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/996) - Deprecate ROPC flow by [@​Ugonnaak1](https://redirect.github.com/Ugonnaak1) in [#​998](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/998) - Deprecate extraQueryParameters by [@​Avery-Dunn](https://redirect.github.com/Avery-Dunn) in [#​1001](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1001) - Lab Migration by [@​Avery-Dunn](https://redirect.github.com/Avery-Dunn) in [#​1002](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1002) - Deprecate ResponseMode.QUERY in system browser auth flow, automatically override to FORM\_POST with warning by [@​ashok672](https://redirect.github.com/ashok672) in [#​1004](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1004) - Add copilot-instructions.md and fix tests by [@​Avery-Dunn](https://redirect.github.com/Avery-Dunn) in [#​1009](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1009) - Release 1.24.0 by [@​Copilot](https://redirect.github.com/Copilot) in [#​1011](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1011) ##### New Contributors - [@​HerrDerb](https://redirect.github.com/HerrDerb) made their first contribution in [#​996](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/996) - [@​ashok672](https://redirect.github.com/ashok672) made their first contribution in [#​1004](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1004) - [@​Copilot](https://redirect.github.com/Copilot) made their first contribution in [#​1011](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-java/pull/1011) **Full Changelog**: <https://github.com/AzureAD/microsoft-authentication-library-for-java/compare/v1.23.1...v1.24.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/langchain4j/langchain4j). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzkuMyIsInVwZGF0ZWRJblZlciI6IjQ0LjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>