Skip to content

Commit cd7b452

Browse files
Bump Newtonsoft.Json to 13.0.2 (dotnet#1985)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.1...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 350a618 commit cd7b452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/System.CommandLine.DragonFruit.Tests/System.CommandLine.DragonFruit.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<ItemGroup>
2020
<PackageReference Include="FluentAssertions" Version="5.10.3" />
21-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
21+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
2222
</ItemGroup>
2323

2424
<ItemGroup Condition="'$(DisableArcade)' == '1'">

src/System.CommandLine.Tests/System.CommandLine.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
4444
<PackageReference Include="FluentAssertions" Version="5.10.3" />
4545
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
46-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
46+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
4747
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
4848
</ItemGroup>
4949

0 commit comments

Comments
 (0)