Skip to content

Bump MSAL dependencies to 4.86.1 in central props#3953

Merged
gladjohn merged 2 commits into
masterfrom
copilot/bump-msal-4861
Jul 16, 2026
Merged

Bump MSAL dependencies to 4.86.1 in central props#3953
gladjohn merged 2 commits into
masterfrom
copilot/bump-msal-4861

Conversation

Copilot AI commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

This PR updates the existing bump-msal-4.86.1 branch for master by moving Microsoft Identity Client dependencies from 4.86.0 to 4.86.1. Scope is intentionally limited to the central version properties used across the solution.

  • Dependency version update

    • Directory.Build.props now pins:
      • MicrosoftIdentityClientVersion4.86.1
      • MicrosoftIdentityClientKeyAttestationVersion4.86.1
  • Compatibility intent

    • No code-path changes were introduced; this is a package-version-only bump to consume the latest MSAL patch release while preserving existing behavior.
<PropertyGroup Label="Common dependency versions">
  <MicrosoftIdentityClientVersion Condition="'$(MicrosoftIdentityClientVersion)' == ''">4.86.1</MicrosoftIdentityClientVersion>
  <MicrosoftIdentityClientKeyAttestationVersion Condition="'$(MicrosoftIdentityClientKeyAttestationVersion)' == ''">4.86.1</MicrosoftIdentityClientKeyAttestationVersion>
</PropertyGroup>

Copilot AI changed the title [WIP] Update MSAL version to 4.86.1 Bump MSAL dependencies to 4.86.1 in central props Jul 15, 2026
Copilot AI requested a review from gladjohn July 15, 2026 23:55
@gladjohn gladjohn marked this pull request as ready for review July 16, 2026 00:11
@gladjohn gladjohn requested a review from a team as a code owner July 16, 2026 00:11

@neha-bhargava neha-bhargava left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a dependabot created PR as well

@gladjohn gladjohn merged commit 5d80398 into master Jul 16, 2026
9 checks passed
@gladjohn gladjohn deleted the copilot/bump-msal-4861 branch July 16, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants