Skip to content

Commit

Permalink
Bump Newtonsoft.Json from 10.0.3 to 13.0.1 in /src/ArangoDB.Client
Browse files Browse the repository at this point in the history
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@10.0.3...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 22, 2022
1 parent 45fa52a commit e6cf739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ArangoDB.Client/ArangoDB.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Remotion.Linq" Version="2.1.2" />
<PackageReference Include="Microsoft.CSharp" Version="4.4.1" />
</ItemGroup>
Expand All @@ -26,7 +26,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.3'">
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Remotion.Linq" Version="2.1.1" />
<PackageReference Include="Microsoft.CSharp" Version="4.4.1" />
<PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
Expand Down

0 comments on commit e6cf739

Please sign in to comment.