Skip to content

Commit 8042e37

Browse files
Bump Newtonsoft.Json from 11.0.2 to 13.0.2 in /Aspose.Cells.Cloud.SDK
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@11.0.2...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42f2bce commit 8042e37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Aspose.Cells.Cloud.SDK/Aspose.Cells.Cloud.SDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
20+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
2121
<PackageReference Include="RestSharp" Version="106.2.2" />
2222
</ItemGroup>
2323

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="RestSharp" version="106.2.2" targetFramework="net45" developmentDependency="true" />
4-
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" developmentDependency="true" />
4+
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net45" developmentDependency="true" />
55
</packages>

0 commit comments

Comments
 (0)