From 14410a262ca362d5d2d51f5323e76ea9a278ea5d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 8 Dec 2022 01:54:07 +0000
Subject: [PATCH] Bump Newtonsoft.Json from 11.0.2 to 13.0.2 in
 /Halforbit.ApiClient

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](https://github.com/JamesNK/Newtonsoft.Json/compare/11.0.2...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Halforbit.ApiClient/Halforbit.ApiClient.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Halforbit.ApiClient/Halforbit.ApiClient.csproj b/Halforbit.ApiClient/Halforbit.ApiClient.csproj
index a5358fb..4862bc8 100644
--- a/Halforbit.ApiClient/Halforbit.ApiClient.csproj
+++ b/Halforbit.ApiClient/Halforbit.ApiClient.csproj
@@ -23,7 +23,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
   </ItemGroup>
 
 </Project>