Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit fadce5f

Browse files
chore(deps): bump HotChocolate.Stitching from 11.1.0 to 11.2.2 (#384)
Bumps [HotChocolate.Stitching](https://github.com/ChilliCream/hotchocolate) from 11.1.0 to 11.2.2. - [Release notes](https://github.com/ChilliCream/hotchocolate/releases) - [Changelog](https://github.com/ChilliCream/hotchocolate/blob/main/CHANGELOG.md) - [Commits](ChilliCream/graphql-platform@11.1.0...11.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Ratan Sunder Parai <ratanparai@gmail.com>
1 parent a0c8af2 commit fadce5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ApiGateways/eSchool.GraphQL/eSchool.GraphQL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<PackageReference Include="HotChocolate.AspNetCore" Version="11.1.0"/>
10-
<PackageReference Include="HotChocolate.Stitching" Version="11.1.0"/>
10+
<PackageReference Include="HotChocolate.Stitching" Version="11.2.2"/>
1111
<!-- Logging -->
1212
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0"/>
1313
<PackageReference Include="Serilog.Enrichers.Span" Version="1.2.0"/>

src/Services/Enrolling/Enrolling.API/Enrolling.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="AspNetCore.HealthChecks.SqlServer" Version="5.0.2"/>
1010
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="5.0.1"/>
1111
<PackageReference Include="HotChocolate.AspNetCore" Version="11.1.0"/>
12-
<PackageReference Include="HotChocolate.Stitching" Version="11.1.0"/>
12+
<PackageReference Include="HotChocolate.Stitching" Version="11.2.2"/>
1313
<!-- In-memory commandbus -->
1414
<PackageReference Include="MediatR" Version="9.0.0"/>
1515
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="9.0.0"/>

0 commit comments

Comments
 (0)