Skip to content

Commit 0353b6b

Browse files
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /src/SkyApm.DotNet.CLI (#492)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a64e14 commit 0353b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SkyApm.DotNet.CLI/SkyApm.DotNet.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<ItemGroup>
2121
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
22-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
22+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2323
</ItemGroup>
2424

2525
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">

0 commit comments

Comments
 (0)