Skip to content

Commit c3acb85

Browse files
crtreasu-msftCraig Treasure
andauthored
MR Auth: Updated dependencies (Azure#29822)
- This change updates the common dependency version for `System.IdentityModel.Tokens.Jwt` to `6.5.0`, which is the first version to remove the dependency on `Newtonsoft.Json`. Co-authored-by: Craig Treasure <[email protected]>
1 parent fc094ec commit c3acb85

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="2.19.3" />
109109

110110
<!-- TODO: Make sure this package is arch-board approved -->
111-
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="5.4.0" />
111+
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="6.5.0" />
112112

113113
<!-- OpenTelemetry dependency approved for Azure.Monitor.OpenTelemetry.Exporter package only -->
114114
<PackageReference Update="OpenTelemetry" Version="1.2.0" Condition="'$(MSBuildProjectName)' == 'Azure.Monitor.OpenTelemetry.Exporter'" />

sdk/mixedreality/Azure.MixedReality.Authentication/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 1.1.0-beta.1 (Unreleased)
44

5+
### Key Bug Fixes
6+
7+
- The `Azure.Core` dependency was updated to `1.25.0`.
8+
- The `System.IdentityModel.Tokens.Jwt` dependency was updated to `6.5.0`.
9+
- The `System.Text.Json` dependency was updated to `4.7.2`.
10+
511
## 1.0.1 (2021-05-25)
612

713
### Key Bug Fixes

0 commit comments

Comments
 (0)