Skip to content

Commit

Permalink
Update hotchocolate monorepo to v13.9.4
Browse files Browse the repository at this point in the history
| datasource | package                               | from   | to     |
| ---------- | ------------------------------------- | ------ | ------ |
| nuget      | HotChocolate.Abstractions             | 13.9.3 | 13.9.4 |
| nuget      | HotChocolate.AspNetCore               | 13.9.3 | 13.9.4 |
| nuget      | HotChocolate.AspNetCore.Authorization | 13.9.3 | 13.9.4 |
| nuget      | HotChocolate.Data                     | 13.9.3 | 13.9.4 |
| nuget      | HotChocolate.Data.EntityFramework     | 13.9.3 | 13.9.4 |
| nuget      | HotChocolate.Types                    | 13.9.3 | 13.9.4 |
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent 9acd928 commit 3177aa2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Orso.Arpa.Api/Orso.Arpa.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@

<ItemGroup>
<PackageReference Include="AspNetCoreRateLimit" Version="5.0.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.3" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="13.9.3" />
<PackageReference Include="HotChocolate.Data" Version="13.9.3" />
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="13.9.3" />
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.4" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="13.9.4" />
<PackageReference Include="HotChocolate.Data" Version="13.9.4" />
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="13.9.4" />
<PackageReference Include="MicroElements.Swashbuckle.FluentValidation" Version="6.0.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.ApplicationInsights.NLogTarget" Version="2.22.0" />
Expand Down
2 changes: 1 addition & 1 deletion Orso.Arpa.Persistence/Orso.Arpa.Persistence.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="EFCore.NamingConventions" Version="8.0.3" />
<PackageReference Include="HotChocolate.Types" Version="13.9.3" />
<PackageReference Include="HotChocolate.Types" Version="13.9.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.4" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/Orso.Arpa.Api.Tests/Orso.Arpa.Api.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.4" />
<PackageReference Include="nunit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="HotChocolate.Abstractions" Version="13.9.3" />
<PackageReference Include="HotChocolate.Abstractions" Version="13.9.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
</ItemGroup>

Expand Down

0 comments on commit 3177aa2

Please sign in to comment.