Skip to content

Commit 1715b8f

Browse files
authored
[Identity] Update Microsoft.Identity.Client dependencies (Azure#49350)
* Bump MSAL dependencies to 4.70.2 * Update Changelogs
1 parent c31c231 commit 1715b8f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

eng/Packages.Data.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@
168168
<!-- Other approved packages -->
169169
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.6.9" />
170170
<PackageReference Update="Microsoft.Azure.WebPubSub.Common" Version="1.4.0" />
171-
<PackageReference Update="Microsoft.Identity.Client" Version="4.69.1" />
172-
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="4.69.1" />
173-
<PackageReference Update="Microsoft.Identity.Client.Broker" Version="4.69.1" />
171+
<PackageReference Update="Microsoft.Identity.Client" Version="4.70.2" />
172+
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="4.70.2" />
173+
<PackageReference Update="Microsoft.Identity.Client.Broker" Version="4.70.2" />
174174
<PackageReference Update="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.35.0" />
175175
<PackageReference Update="Microsoft.IdentityModel.Tokens" Version="6.35.0" />
176176
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="6.35.0" />

sdk/identity/Azure.Identity.Broker/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Other Changes
1212

13+
- Updated `Microsoft.Identity.Client.Broker` dependency to version 4.70.2
14+
1315
## 1.3.0-beta.2 (2025-04-08)
1416

1517
### Other Changes

sdk/identity/Azure.Identity/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Other Changes
1212

13+
- Updated `Microsoft.Identity.Client` dependency to version 4.70.2
14+
1315
## 1.14.0-beta.3 (2025-04-08)
1416

1517
### Features Added

0 commit comments

Comments
 (0)