Skip to content

Commit 2699d58

Browse files
Bump Newtonsoft.Json in /src/GQL..GraphQLCore.Controllers
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@12.0.2...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8aa2aa0 commit 2699d58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GQL..GraphQLCore.Controllers/GQL..GraphQLCore.Controllers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919
<ItemGroup>
2020
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.0" />
21-
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
21+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
2222
</ItemGroup>
2323
<ItemGroup>
2424
<ProjectReference Include="..\GQL.GraphQLCore\GQL.GraphQLCore.csproj" />

src/GQL.GraphQLCore/GQL.GraphQLCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
2323
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="2.2.0" />
2424
<PackageReference Include="Microsoft.Extensions.Options" Version="2.2.0" />
25-
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
25+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
2626
<PackageReference Include="P7Corp.P7Core" Version="1.0.0-beta-11" />
2727
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.1" />
2828
</ItemGroup>

0 commit comments

Comments
 (0)