Skip to content

Commit 1c817bf

Browse files
Bump GraphQL from 4.0.2 to 4.2.0 (#137)
Bumps [GraphQL](https://github.com/graphql-dotnet/graphql-dotnet) from 4.0.2 to 4.2.0. - [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases) - [Commits](graphql-dotnet/graphql-dotnet@4.0.2...4.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a294441 commit 1c817bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GraphQL.Authorization.Tests/GraphQL.Authorization.Tests.csproj

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

44
<PropertyGroup>
55
<TargetFrameworks>net5;netcoreapp3.1</TargetFrameworks>
6-
<GraphQLTestVersion>4.0.2</GraphQLTestVersion>
6+
<GraphQLTestVersion>4.2.0</GraphQLTestVersion>
77
</PropertyGroup>
88

99
<ItemGroup>

src/GraphQL.Authorization/GraphQL.Authorization.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="GraphQL" Version="4.0.2" />
10+
<PackageReference Include="GraphQL" Version="4.2.0" />
1111
</ItemGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)