From 7bdf7b4d2635b8333b9604220db54b80c8e1cbc5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 18 Dec 2023 13:24:33 +0000
Subject: [PATCH] Bump GraphQL.Client.Serializer.Newtonsoft from 6.0.0 to 6.0.2

Bumps [GraphQL.Client.Serializer.Newtonsoft](https://github.com/graphql-dotnet/graphql-client) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/graphql-dotnet/graphql-client/releases)
- [Commits](https://github.com/graphql-dotnet/graphql-client/compare/v6.0.0...v6.0.2)

---
updated-dependencies:
- dependency-name: GraphQL.Client.Serializer.Newtonsoft
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

diff --git a/SimpleXamarinGraphQL/SimpleXamarinGraphQL.csproj b/SimpleXamarinGraphQL/SimpleXamarinGraphQL.csproj
index 130ed8b..aecbc42 100644
--- a/SimpleXamarinGraphQL/SimpleXamarinGraphQL.csproj
+++ b/SimpleXamarinGraphQL/SimpleXamarinGraphQL.csproj
@@ -15,7 +15,7 @@
         <PackageReference Include="Polly" Version="8.2.0" />
         <PackageReference Include="modernhttpclient-updated" Version="3.4.3" />
         <PackageReference Include="Xamarin.Essentials" Version="1.8.1" />
-        <PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.0.0" />
+        <PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.0.2" />
         <PackageReference Include="Xamarin.CommunityToolkit.Markup" Version="2.0.6" />
     </ItemGroup>
     <ItemGroup>