Skip to content

Commit

Permalink
fix: src/REstate.Engine.Repositories.EntityFrameworkCore/REstate.Engi…
Browse files Browse the repository at this point in the history
…ne.Repositories.EntityFrameworkCore.csproj to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-SYSTEMDATASQLCLIENT-6149433
  • Loading branch information
snyk-bot committed Jan 18, 2024
1 parent 0a3ae3b commit ebef859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="MessagePack" Version="1.9.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.4" />
<PackageReference Include="System.Data.SqlClient" Version="4.5.1" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ebef859

Please sign in to comment.