Skip to content

Commit

Permalink
JsonRpcSharp.Client: upd Newtonsoft dep
Browse files Browse the repository at this point in the history
This way we tackle a potential security issue, as we did
already in geewallet:
nblockchain/geewallet@5ade841

Closes #16
  • Loading branch information
knocte committed Jul 31, 2023
1 parent 2f9989e commit deb42c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JsonRpcSharp.Client/JsonRpcSharp.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Common.Logging.Core" Version="3.4.1"/>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\AssemblyInfo.cs">
Expand Down

0 comments on commit deb42c9

Please sign in to comment.