Skip to content

Commit 1d24a4d

Browse files
fix(deps): update all non-major dependencies
1 parent 1ba6ff6 commit 1d24a4d

File tree

6 files changed

+260
-170
lines changed

6 files changed

+260
-170
lines changed

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

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

1010
<ItemGroup>
11-
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="7.2.0" />
12-
<PackageReference Include="GraphQL.SystemTextJson" Version="7.2.2" />
13-
<PackageReference Include="GraphQL" Version="7.2.2" />
11+
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="7.7.2" />
12+
<PackageReference Include="GraphQL.SystemTextJson" Version="7.9.0" />
13+
<PackageReference Include="GraphQL" Version="7.9.0" />
1414
</ItemGroup>
1515

1616
<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.14" />
15+
<PackageReference Include="HotChocolate.AspNetCore.CommandLine" Version="13.9.14" />
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)