Skip to content

Commit cd766b2

Browse files
build(deps): Bump GraphQL and GraphQL.SystemTextJson
Bumps [GraphQL](https://github.com/graphql-dotnet/graphql-dotnet) and [GraphQL.SystemTextJson](https://github.com/graphql-dotnet/graphql-dotnet). These dependencies needed to be updated together. Updates `GraphQL` from 8.4.1 to 8.5.0 - [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases) - [Commits](graphql-dotnet/graphql-dotnet@8.4.1...8.5.0) Updates `GraphQL.SystemTextJson` from 8.4.1 to 8.5.0 - [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases) - [Commits](graphql-dotnet/graphql-dotnet@8.4.1...8.5.0) --- updated-dependencies: - dependency-name: GraphQL dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: GraphQL.SystemTextJson dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2652a2b commit cd766b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GraphQLNetExample/GraphQLNetExample.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="GraphQL" Version="8.4.1" />
10+
<PackageReference Include="GraphQL" Version="8.5.0" />
1111
<PackageReference Include="GraphQL.MicrosoftDI" Version="8.4.1" />
1212
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="8.0.3" />
1313
<PackageReference Include="GraphQL.Server.Ui.Altair" Version="8.2.0" />
14-
<PackageReference Include="GraphQL.SystemTextJson" Version="8.4.1" />
14+
<PackageReference Include="GraphQL.SystemTextJson" Version="8.5.0" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.3">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)