Skip to content

Commit 8feba8a

Browse files
authored
Bump GraphQL.NET (#524)
1 parent bde9288 commit 8feba8a

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Publish release](https://github.com/graphql-dotnet/server/actions/workflows/publish.yml/badge.svg)](https://github.com/graphql-dotnet/server/actions/workflows/publish.yml)
88
[![CodeQL analysis](https://github.com/graphql-dotnet/server/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/graphql-dotnet/server/actions/workflows/codeql-analysis.yml)
99

10-
[![codecov](https://codecov.io/gh/graphql-dotnet/server/branch/master/graph/badge.svg?token=iXZo1jZvFo)](https://codecov.io/gh/graphql-dotnet/server)
10+
[![codecov](https://codecov.io/gh/graphql-dotnet/server/branch/master/graph/badge.svg?token=ZBcVYq7hz4)](https://codecov.io/gh/graphql-dotnet/server)
1111
[![Total alerts](https://img.shields.io/lgtm/alerts/g/graphql-dotnet/server.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/graphql-dotnet/server/alerts/)
1212
[![Language grade: C#](https://img.shields.io/lgtm/grade/csharp/g/graphql-dotnet/server.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/graphql-dotnet/server/context:csharp)
1313

src/All/All.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<ProjectReference Include="..\Ui.Playground\Ui.Playground.csproj" />
2222
<ProjectReference Include="..\Ui.Voyager\Ui.Voyager.csproj" />
2323

24-
<PackageReference Include="GraphQL.MemoryCache" Version="4.0.1" />
25-
<PackageReference Include="GraphQL.MicrosoftDI" Version="4.0.1" />
26-
<PackageReference Include="GraphQL.SystemReactive" Version="4.0.1" />
24+
<PackageReference Include="GraphQL.MemoryCache" Version="4.0.2" />
25+
<PackageReference Include="GraphQL.MicrosoftDI" Version="4.0.2" />
26+
<PackageReference Include="GraphQL.SystemReactive" Version="4.0.2" />
2727
</ItemGroup>
2828

2929
</Project>

src/Core/Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="GraphQL" Version="4.0.1" />
12-
<PackageReference Include="GraphQL.DataLoader" Version="4.0.1" />
11+
<PackageReference Include="GraphQL" Version="4.0.2" />
12+
<PackageReference Include="GraphQL.DataLoader" Version="4.0.2" />
1313
<PackageReference Include="Microsoft.Extensions.Options" Version="3.1.0" />
1414
</ItemGroup>
1515

src/Transports.AspNetCore.NewtonsoftJson/Transports.AspNetCore.NewtonsoftJson.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<ProjectReference Include="..\Transports.AspNetCore\Transports.AspNetCore.csproj" />
11-
<PackageReference Include="GraphQL.NewtonsoftJson" Version="4.0.1" />
11+
<PackageReference Include="GraphQL.NewtonsoftJson" Version="4.0.2" />
1212
</ItemGroup>
1313

1414
</Project>

src/Transports.AspNetCore.SystemTextJson/Transports.AspNetCore.SystemTextJson.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<FrameworkReference Include="Microsoft.AspNetCore.App" />
1111
<ProjectReference Include="..\Transports.AspNetCore\Transports.AspNetCore.csproj" />
1212
<ProjectReference Include="..\Transports.Subscriptions.Abstractions\Transports.Subscriptions.Abstractions.csproj" />
13-
<PackageReference Include="GraphQL.SystemTextJson" Version="4.0.1" />
13+
<PackageReference Include="GraphQL.SystemTextJson" Version="4.0.2" />
1414
<PackageReference Include="System.IO.Pipelines" Version="5.0.1" />
1515
</ItemGroup>
1616

src/Transports.Subscriptions.Abstractions/Transports.Subscriptions.Abstractions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="GraphQL.SystemReactive" Version="4.0.1" />
10-
<PackageReference Include="GraphQL.NewtonsoftJson" Version="4.0.1" />
9+
<PackageReference Include="GraphQL.SystemReactive" Version="4.0.2" />
10+
<PackageReference Include="GraphQL.NewtonsoftJson" Version="4.0.2" />
1111
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.0" />
1212
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="5.0.0" />
1313
</ItemGroup>

0 commit comments

Comments
 (0)