Skip to content

Commit fcd9326

Browse files
chore(deps): bump Newtonsoft.Json
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] <[email protected]>
1 parent dd78d3a commit fcd9326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/IBM.Watson.LanguageTranslator.v3/IBM.Watson.LanguageTranslator.v3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<ItemGroup>
3737
<PackageReference Include="IBM.Watson.Common" Version="6.0.0" />
3838
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.3.1" />
39-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
39+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
4040
<PackageReference Include="JsonSubTypes" Version="1.6.0" />
4141
</ItemGroup>
4242

src/IBM.Watson.LanguageTranslator.v3/Test/Unit/IBM.Watson.LanguageTranslator.v3.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PackageReference Include="MSTest.TestAdapter" Version="1.1.8-rc" />
3535
<PackageReference Include="MSTest.TestFramework" Version="1.0.8-rc" />
3636
<PackageReference Include="NSubstitute" Version="4.2.1" />
37-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
37+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
3838
<PackageReference Include="Microsoft.Extensions.Configuration" Version="1.0.2" />
3939
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.0.2" />
4040
<PackageReference Include="OpenCover" Version="4.7.922" />

0 commit comments

Comments
 (0)