Skip to content

Commit

Permalink
Bump HotChocolate.Data and Microsoft.Extensions.DependencyInjection
Browse files Browse the repository at this point in the history
Bumps [HotChocolate.Data](https://github.com/ChilliCream/graphql-platform) and [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `HotChocolate.Data` from 13.5.1 to 13.9.11
- [Release notes](https://github.com/ChilliCream/graphql-platform/releases)
- [Commits](ChilliCream/graphql-platform@13.5.1...13.9.11)

Updates `Microsoft.Extensions.DependencyInjection` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: HotChocolate.Data
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 87954e3 commit fcc1cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fluss.HotChocolate/Fluss.HotChocolate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="HotChocolate" Version="13.5.1"/>
<PackageReference Include="HotChocolate.AspNetCore" Version="13.5.1"/>
<PackageReference Include="HotChocolate.Data" Version="13.5.1"/>
<PackageReference Include="HotChocolate.Data" Version="13.9.11"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit fcc1cbd

Please sign in to comment.