Skip to content

Commit

Permalink
Merge pull request #2052 from tgstation/dependabot/nuget/hotchocolate…
Browse files Browse the repository at this point in the history
…-df500ddb77

Bump the hotchocolate group with 7 updates
  • Loading branch information
tgstation-server-ci[bot] authored Dec 18, 2024
2 parents 5ab4cac + 0f55a75 commit c819b54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<!-- GraphQL connector and code generator -->
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0" />
<PackageReference Include="StrawberryShake.Server" Version="14.2.0" />
<PackageReference Include="StrawberryShake.Server" Version="14.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions src/Tgstation.Server.Host/Tgstation.Server.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@
<!-- Usage: GitLab interop -->
<PackageReference Include="GitLabApiClient" Version="1.8.0" />
<!-- Usage: GraphQL API Engine -->
<PackageReference Include="HotChocolate.AspNetCore" Version="14.2.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="14.3.0" />
<!-- Usage: GraphQL Authorization Plugin -->
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="14.2.0" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="14.3.0" />
<!-- Usage: GraphQL IDatabaseContext support -->
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="14.2.0" />
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="14.3.0" />
<!-- Usage: DataLoader source generation -->
<PackageReference Include="HotChocolate.Types.Analyzers" Version="14.2.0" />
<PackageReference Include="HotChocolate.Types.Analyzers" Version="14.3.0" />
<!-- Usage: GraphQL additional scalar type definitions -->
<PackageReference Include="HotChocolate.Types.Scalars" Version="14.2.0" />
<PackageReference Include="HotChocolate.Types.Scalars" Version="14.3.0" />
<!-- Usage: git interop -->
<PackageReference Include="LibGit2Sharp" Version="0.31.0" />
<!-- Usage: Support ""legacy"" Newotonsoft.Json in HTTP pipeline. The rest of our codebase uses Newtonsoft. -->
Expand Down

0 comments on commit c819b54

Please sign in to comment.