From 2212d575d00c9f3dda87c293a2949b23afcc2a82 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 20 Oct 2022 10:11:24 +0000
Subject: [PATCH] Bump Newtonsoft.Json

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.2...13.0.1)

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

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

diff --git a/Docs/Azure Notification Hubs/Sample/NotificationHubSample/NotificationHubSample.Android/NotificationHubSample.Android.csproj b/Docs/Azure Notification Hubs/Sample/NotificationHubSample/NotificationHubSample.Android/NotificationHubSample.Android.csproj
index b002614f..c13e0989 100644
--- a/Docs/Azure Notification Hubs/Sample/NotificationHubSample/NotificationHubSample.Android/NotificationHubSample.Android.csproj	
+++ b/Docs/Azure Notification Hubs/Sample/NotificationHubSample/NotificationHubSample.Android/NotificationHubSample.Android.csproj	
@@ -52,7 +52,7 @@
   </ItemGroup>
   <ItemGroup>
     <PackageReference Include="Newtonsoft.Json">
-      <Version>12.0.2</Version>
+      <Version>13.0.1</Version>
     </PackageReference>
     <PackageReference Include="Xamarin.Azure.NotificationHubs.Android">
       <Version>0.6.0</Version>