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-SYSTEMSECURITYCRYPTOGRAPHYX509CERTIFICATES-6618055
  • Loading branch information
snyk-bot committed Apr 19, 2024
1 parent 0a3ae3b commit ab8654d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="MessagePack" Version="1.9.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.5.1" />
</ItemGroup>

Expand Down

0 comments on commit ab8654d

Please sign in to comment.