We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da38d63 commit d13692dCopy full SHA for d13692d
src/ingress-nginx-validate-jwt/ingress-nginx-validate-jwt.csproj
@@ -22,9 +22,9 @@
22
</ItemGroup>
23
24
<ItemGroup>
25
- <PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.5.0" />
+ <PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.6.0" />
26
<PackageReference Include="prometheus-net.AspNetCore" Version="8.2.1" />
27
- <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.5.0" />
+ <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
28
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
29
30
0 commit comments