Skip to content

Commit

Permalink
fix: src/REstate.Engine.Repositories.Redis/REstate.Engine.Repositorie…
Browse files Browse the repository at this point in the history
…s.Redis.csproj to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-MESSAGEPACK-8229907
  • Loading branch information
snyk-bot committed Oct 24, 2024
1 parent 0a3ae3b commit 85331c2
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 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MessagePack" Version="1.9.3" />
<PackageReference Include="MessagePack" Version="2.5.187" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
Expand Down

0 comments on commit 85331c2

Please sign in to comment.