Skip to content

Commit

Permalink
fix: samples/client/petstore/csharp/generichost/net8/AnyOfNoCompare/s…
Browse files Browse the repository at this point in the history
…rc/Org.OpenAPITools/Org.OpenAPITools.csproj to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-SYSTEMTEXTJSON-8168848
- https://snyk.io/vuln/SNYK-DOTNET-SYSTEMTEXTJSON-7433719
  • Loading branch information
snyk-bot committed Oct 12, 2024
1 parent be618ec commit 756ef40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.3" />
<PackageReference Include="Microsoft.Net.Http.Headers" Version="8.0.3" />
</ItemGroup>
Expand Down

0 comments on commit 756ef40

Please sign in to comment.