Skip to content

Commit 03eb231

Browse files
fix(deps): update all non-major dependencies
1 parent e31a606 commit 03eb231

File tree

6 files changed

+262
-158
lines changed

6 files changed

+262
-158
lines changed

implementations/graphql-dotnet/ApolloFederation.SubgraphCompatibility.Products.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="8.3.0" />
11+
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="8.3.1" />
1212
<PackageReference Include="GraphQL.SystemTextJson" Version="8.6.0" />
1313
<PackageReference Include="GraphQL" Version="8.6.0" />
1414
</ItemGroup>

implementations/hotchocolate/Products.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="HotChocolate.AspNetCore" Version="13.5.1" />
15-
<PackageReference Include="HotChocolate.AspNetCore.CommandLine" Version="13.5.1" />
16-
<PackageReference Include="ApolloGraphQL.HotChocolate.Federation" Version="0.2.0" />
14+
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.15" />
15+
<PackageReference Include="HotChocolate.AspNetCore.CommandLine" Version="13.9.15" />
16+
<PackageReference Include="ApolloGraphQL.HotChocolate.Federation" Version="0.3.0" />
1717
</ItemGroup>
1818

1919
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.101",
3+
"version": "6.0.428",
44
"rollForward": "latestMajor"
55
}
66
}

0 commit comments

Comments
 (0)