Skip to content

Commit

Permalink
fix: samples/server/petstore/aspnetcore-3.0/src/Org.OpenAPITools/Org.…
Browse files Browse the repository at this point in the history
…OpenAPITools.csproj to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-SWASHBUCKLEASPNETCORESWAGGERUI-6056391
  • Loading branch information
snyk-bot committed Nov 14, 2023
1 parent 8d46d64 commit ef49644
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0"/>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" />
<PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="5.0.0"/>
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="5.0.0"/>
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.3.0"/>
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="5.0.0" />
<PackageReference Include="JsonSubTypes" Version="1.8.0" />
</ItemGroup>
Expand Down

0 comments on commit ef49644

Please sign in to comment.