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

Commit e9c0af7

Browse files
chore(deps): bump HotChocolate.AspNetCore from 11.1.0 to 11.2.2 (#383)
Bumps [HotChocolate.AspNetCore](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 c6d8157 commit e9c0af7

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
@@ -6,7 +6,7 @@
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="HotChocolate.AspNetCore" Version="11.1.0"/>
9+
<PackageReference Include="HotChocolate.AspNetCore" Version="11.2.2"/>
1010
<PackageReference Include="HotChocolate.Stitching" Version="11.2.2"/>
1111
<!-- Logging -->
1212
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0"/>

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

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

0 commit comments

Comments
 (0)