Skip to content

Commit

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

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

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

---
updated-dependencies:
- dependency-name: HotChocolate.Data
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: HotChocolate.Data.EntityFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 5fa211b commit 250fdf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<PackageVersion Include="EasyCaching.Redis" Version="1.9.2" />
<PackageVersion Include="EasyCaching.Serialization.MessagePack" Version="1.9.0" />
<PackageVersion Include="FluentValidation" Version="11.10.0" />
<PackageVersion Include="HotChocolate.Abstractions" Version="14.0.0" />
<PackageVersion Include="HotChocolate.Abstractions" Version="14.1.0" />
<PackageVersion Include="HotChocolate.Diagnostics" Version="14.0.0" />
<PackageVersion Include="HotChocolate.AspNetCore" Version="14.0.0" />
<PackageVersion Include="HotChocolate.Data" Version="14.0.0" />
<PackageVersion Include="HotChocolate.Data.EntityFramework" Version="14.0.0" />
<PackageVersion Include="HotChocolate.Data" Version="14.1.0" />
<PackageVersion Include="HotChocolate.Data.EntityFramework" Version="14.1.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageVersion Include="NKZSoft.FluentValidation.Options" Version="1.2.1" />
<PackageVersion Include="Npgsql.OpenTelemetry" Version="8.0.4" />
Expand Down

0 comments on commit 250fdf9

Please sign in to comment.