From a4eb366339d7ce3d8945214ff8de098c3374f293 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 8 Dec 2022 05:25:51 +0000
Subject: [PATCH] Bump Newtonsoft.Json in /src/P7Core.GraphQLCore.Controllers

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>
---
 .../P7Core.GraphQLCore.Controllers.csproj                       | 2 +-
 src/P7Core.GraphQLCore/P7Core.GraphQLCore.csproj                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/P7Core.GraphQLCore.Controllers/P7Core.GraphQLCore.Controllers.csproj b/src/P7Core.GraphQLCore.Controllers/P7Core.GraphQLCore.Controllers.csproj
index deb1417..07ad4a1 100644
--- a/src/P7Core.GraphQLCore.Controllers/P7Core.GraphQLCore.Controllers.csproj
+++ b/src/P7Core.GraphQLCore.Controllers/P7Core.GraphQLCore.Controllers.csproj
@@ -18,7 +18,7 @@
   </ItemGroup>
   <ItemGroup>
     <PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.0" />
-    <PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\P7Core.GraphQLCore\P7Core.GraphQLCore.csproj" />
diff --git a/src/P7Core.GraphQLCore/P7Core.GraphQLCore.csproj b/src/P7Core.GraphQLCore/P7Core.GraphQLCore.csproj
index 59b7d01..03df33d 100644
--- a/src/P7Core.GraphQLCore/P7Core.GraphQLCore.csproj
+++ b/src/P7Core.GraphQLCore/P7Core.GraphQLCore.csproj
@@ -22,7 +22,7 @@
     <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
     <PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="2.2.0" />
     <PackageReference Include="Microsoft.Extensions.Options" Version="2.2.0" />
-    <PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="P7Corp.P7Core" Version="1.0.0-beta-12" />
     <PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.1" />
   </ItemGroup>