Skip to content

Commit

Permalink
Bump HotChocolate.AspNetCore.Authorization
Browse files Browse the repository at this point in the history
Bumps [HotChocolate.AspNetCore.Authorization](https://github.com/ChilliCream/graphql-platform) from 14.0.0-rc.3.2 to 14.0.0-rc.3.4.
- [Release notes](https://github.com/ChilliCream/graphql-platform/releases)
- [Commits](ChilliCream/graphql-platform@14.0.0-rc.3.2...14.0.0-rc.3.4)

---
updated-dependencies:
- dependency-name: HotChocolate.AspNetCore.Authorization
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent bf0e839 commit 1c7fe99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tgstation.Server.Host/Tgstation.Server.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<!-- Usage: GraphQL API Engine -->
<PackageReference Include="HotChocolate.AspNetCore" Version="14.0.0-rc.3.2" />
<!-- Usage: GraphQL Authorization Plugin -->
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="14.0.0-rc.3.2" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="14.0.0-rc.3.4" />
<!-- Usage: GraphQL IDatabaseContext support -->
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="14.0.0-rc.3.2" />
<!-- Usage: DataLoader source generation -->
Expand Down

0 comments on commit 1c7fe99

Please sign in to comment.