From 097e419dd5c17dedf5064a57db76e7ae0057fd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 15:36:01 +0000 Subject: [PATCH] Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/Application Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- src/Application/Application.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application/Application.csproj b/src/Application/Application.csproj index 54a6f1d4b..bd55d2f4b 100644 --- a/src/Application/Application.csproj +++ b/src/Application/Application.csproj @@ -15,7 +15,7 @@ <PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" /> <PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="5.0.13" /> <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.1" /> - <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> + <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> <PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.15" /> </ItemGroup> <ItemGroup>