Skip to content

Commit 28a6d94

Browse files
Bump System.IdentityModel.Tokens.Jwt
Bumps the nuget group with 1 update in the /src/Sdk directory: [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet). Updates `System.IdentityModel.Tokens.Jwt` from 5.2.1 to 5.7.0 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commits/5.7.0) --- updated-dependencies: - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 678b627 commit 28a6d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Sdk/Sdk.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.Win32.Registry" Version="4.4.0" />
1818
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1919
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
20-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.2.1" />
20+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.7.0" />
2121
<PackageReference Include="System.Security.Cryptography.Cng" Version="4.4.0" />
2222
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="4.4.0" />
2323
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.4.0" />

0 commit comments

Comments
 (0)