From e34d01aa4fae293f0ee433316ef617e26d4fa792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 02:12:39 +0000 Subject: [PATCH] Bump Newtonsoft.Json from 11.0.2 to 13.0.2 in /prkym 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> --- prkym/prkym.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prkym/prkym.csproj b/prkym/prkym.csproj index 89a7e4f..2fdca32 100644 --- a/prkym/prkym.csproj +++ b/prkym/prkym.csproj @@ -13,7 +13,7 @@ <ItemGroup> <PackageReference Include="Xamarin.Forms" Version="4.3.0.908675" /> <PackageReference Include="Xamarin.Essentials" Version="1.3.1" /> - <PackageReference Include="Newtonsoft.Json" Version="11.0.2" /> + <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> <PackageReference Include="System.Data.SqlClient" Version="4.8.0" /> <PackageReference Include="MySqlConnector" Version="0.61.0" /> </ItemGroup>