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

Commit 7f864bf

Browse files
chore(deps): bump HotChocolate.Stitching from 11.2.2 to 11.3.0 (#438)
Bumps [HotChocolate.Stitching](https://github.com/ChilliCream/hotchocolate) from 11.2.2 to 11.3.0. - [Release notes](https://github.com/ChilliCream/hotchocolate/releases) - [Changelog](https://github.com/ChilliCream/hotchocolate/blob/develop/CHANGELOG.md) - [Commits](ChilliCream/graphql-platform@11.2.2...11.3.0) --- updated-dependencies: - dependency-name: HotChocolate.Stitching dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ratan Sunder Parai <ratanparai@gmail.com>
1 parent 2cad8f6 commit 7f864bf

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.3.0"/>
10-
<PackageReference Include="HotChocolate.Stitching" Version="11.2.2"/>
10+
<PackageReference Include="HotChocolate.Stitching" Version="11.3.0"/>
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.3"/>
1010
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="5.0.1"/>
1111
<PackageReference Include="HotChocolate.AspNetCore" Version="11.3.0"/>
12-
<PackageReference Include="HotChocolate.Stitching" Version="11.2.2"/>
12+
<PackageReference Include="HotChocolate.Stitching" Version="11.3.0"/>
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)