Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit d3af34d

Browse files
Bump System.IdentityModel.Tokens.Jwt from 8.8.0 to 8.9.0 (#185)
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 8.8.0 to 8.9.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@8.8.0...8.9.0) --- updated-dependencies: - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76a56dc commit d3af34d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<!-- Direct references for transitive references. These packages must remain in sync.
2323
For more information, visit: https://docs.duendesoftware.com/identityserver/v7/troubleshooting/wilson/
2424
or: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2514 -->
25-
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.8.0" />
25+
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.9.0" />
2626
<PackageVersion Include="Microsoft.IdentityModel.Protocols" Version="8.5.0" />
27-
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.8.0" />
27+
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.9.0" />
2828
<!-- End direct references -->
2929
</ItemGroup>
3030
</Project>

0 commit comments

Comments
 (0)