Skip to content

Commit d13692d

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

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

+2-2
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.5.0" />
25+
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.6.0" />
2626
<PackageReference Include="prometheus-net.AspNetCore" Version="8.2.1" />
27-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.5.0" />
27+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
2828
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
2929
</ItemGroup>
3030

0 commit comments

Comments
 (0)