Skip to content

Commit

Permalink
Merge pull request #1022 from drewnoakes/upgrade-newtonsoft
Browse files Browse the repository at this point in the history
Bump Newtonsoft.Json in response to security advisory
  • Loading branch information
drewnoakes authored Jun 23, 2022
2 parents 8aa57eb + 9144c62 commit 549e512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetMQ.Tests/NetMQ.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="xunit" Version="2.4.2-pre.13" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
</ItemGroup>
Expand Down

0 comments on commit 549e512

Please sign in to comment.