Skip to content

Commit e1ec7da

Browse files
Bump System.IdentityModel.Tokens.Jwt
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.0.3 to 7.2.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](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@7.0.3...7.2.0) --- updated-dependencies: - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 183697b commit e1ec7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authentication/Authentication_Cba/Sample.Authentication.Cba/Sample.Authentication.Cba.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<ItemGroup>
2525
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
26-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.0.3" />
26+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.2.0" />
2727
</ItemGroup>
2828

2929
</Project>

0 commit comments

Comments
 (0)