Skip to content

Commit

Permalink
fix(deps): update dependency jsonpath.net to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent dd71a9b commit 603ff02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oidc-guard/oidc-guard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JsonPath.Net" Version="2.0.0" />
<PackageReference Include="JsonPath.Net" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.0" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.3.0" />
Expand Down

0 comments on commit 603ff02

Please sign in to comment.