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

Commit dbe5025

Browse files
fix(deps): update identitymodel to 8.8.0 (#371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb4abdb commit dbe5025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ingress-nginx-validate-jwt/ingress-nginx-validate-jwt.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.7.0" />
25+
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.8.0" />
2626
<PackageReference Include="prometheus-net.AspNetCore" Version="8.2.1" />
27-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.7.0" />
27+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.8.0" />
2828
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
2929
</ItemGroup>
3030

0 commit comments

Comments
 (0)