Skip to content

Commit

Permalink
build(deps): Bump the nuget-dependencies group with 6 updates (#131)
Browse files Browse the repository at this point in the history
Bumps the nuget-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [Fluid.Core](https://github.com/sebastienros/fluid) | `2.11.1` | `2.12.0` |
| [Scalar.AspNetCore](https://github.com/scalar/scalar) | `1.2.29` | `1.2.34` |
| [TUnit](https://github.com/thomhurst/TUnit) | `0.2.181` | `0.2.202` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.10` | `8.0.0` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.10` | `8.0.0` |
| Z.EntityFramework.Plus.EFCore | `8.103.6` | `8.103.6.1` |


Updates `Fluid.Core` from 2.11.1 to 2.12.0
- [Release notes](https://github.com/sebastienros/fluid/releases)
- [Commits](sebastienros/fluid@v2.11.1...v2.12.0)

Updates `Scalar.AspNetCore` from 1.2.29 to 1.2.34
- [Changelog](https://github.com/scalar/scalar/blob/main/RELEASE.md)
- [Commits](https://github.com/scalar/scalar/commits)

Updates `TUnit` from 0.2.181 to 0.2.202
- [Commits](https://github.com/thomhurst/TUnit/commits)

Updates `Microsoft.EntityFrameworkCore` from 8.0.10 to 8.0.0
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.10...v8.0.0)

Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.10 to 8.0.0
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.10...v8.0.0)

Updates `Z.EntityFramework.Plus.EFCore` from 8.103.6 to 8.103.6.1

---
updated-dependencies:
- dependency-name: Fluid.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Scalar.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: TUnit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Z.EntityFramework.Plus.EFCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
...

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 11, 2024
1 parent c6e535a commit fdaeea6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions API/API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0" />
<PackageReference Include="Fluid.Core" Version="2.11.1" />
<PackageReference Include="Fluid.Core" Version="2.12.0" />
<PackageReference Include="MailKit" Version="4.8.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.10" />
Expand All @@ -41,7 +41,7 @@
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.10" />
<PackageReference Include="OneOf" Version="3.0.271" />
<PackageReference Include="Redis.OM" Version="0.7.6" />
<PackageReference Include="Scalar.AspNetCore" Version="1.2.29" />
<PackageReference Include="Scalar.AspNetCore" Version="1.2.34" />
<PackageReference Include="Serilog" Version="4.1.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Common.Tests/Common.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Testcontainers.PostgreSql" Version="4.0.0" />
<PackageReference Include="Testcontainers.Redis" Version="4.0.0" />
<PackageReference Include="TUnit" Version="0.2.181" />
<PackageReference Include="TUnit" Version="0.2.202" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.9.0"/>
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.9.0"/>
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.9.0"/>
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="8.103.6" />
<PackageReference Include="Z.EntityFramework.Plus.EFCore" Version="8.103.6.1" />
</ItemGroup>

</Project>

0 comments on commit fdaeea6

Please sign in to comment.