From 7eb857c27384c54ab8c8863db6217c815cb0b9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 05:54:41 +0000 Subject: [PATCH] Bump Newtonsoft.Json in /MHWMasterDataUtils.Exporter Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.2...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- MHWMasterDataUtils.Core/MHWMasterDataUtils.Core.csproj | 2 +- MHWMasterDataUtils.Exporter/MHWMasterDataUtils.Exporter.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MHWMasterDataUtils.Core/MHWMasterDataUtils.Core.csproj b/MHWMasterDataUtils.Core/MHWMasterDataUtils.Core.csproj index 6441ee9..dd1e962 100644 --- a/MHWMasterDataUtils.Core/MHWMasterDataUtils.Core.csproj +++ b/MHWMasterDataUtils.Core/MHWMasterDataUtils.Core.csproj @@ -5,7 +5,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Newtonsoft.Json" Version="12.0.2" /> + <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> </ItemGroup> </Project> diff --git a/MHWMasterDataUtils.Exporter/MHWMasterDataUtils.Exporter.csproj b/MHWMasterDataUtils.Exporter/MHWMasterDataUtils.Exporter.csproj index 0f28920..a53f82d 100644 --- a/MHWMasterDataUtils.Exporter/MHWMasterDataUtils.Exporter.csproj +++ b/MHWMasterDataUtils.Exporter/MHWMasterDataUtils.Exporter.csproj @@ -6,7 +6,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Newtonsoft.Json" Version="12.0.2" /> + <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> </ItemGroup> <ItemGroup>