Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 5da8c20

Browse files
Bump System.IdentityModel.Tokens.Jwt in /src/ApiService
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.22.1 to 6.28.1. - [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@6.22.1...6.28.1) --- 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 4dcc49c commit 5da8c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiService/ApiService/ApiService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<PackageReference Include="Microsoft.Graph" Version="4.37.0" />
4040
<PackageReference Include="Microsoft.Identity.Client" Version="4.52.0" />
4141
<PackageReference Include="Microsoft.Identity.Web.TokenCache" Version="2.7.0" />
42-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.22.1" />
42+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.28.1" />
4343
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
4444
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.SignalRService" Version="1.7.0" />
4545
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />

0 commit comments

Comments
 (0)