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

Commit 4ff5359

Browse files
chore(deps): bump HotChocolate.AspNetCore from 11.2.2 to 11.3.0 (#437)
Bumps [HotChocolate.AspNetCore](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) 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 17161c6 commit 4ff5359

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.2.2"/>
9+
<PackageReference Include="HotChocolate.AspNetCore" Version="11.3.0"/>
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.3"/>
1010
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="5.0.1"/>
11-
<PackageReference Include="HotChocolate.AspNetCore" Version="11.2.2"/>
11+
<PackageReference Include="HotChocolate.AspNetCore" Version="11.3.0"/>
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)