Skip to content

Commit

Permalink
build(deps): Bump the nuget-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the nuget-dependencies group with 2 updates: [Fluid.Core](https://github.com/sebastienros/fluid) and [TUnit](https://github.com/thomhurst/TUnit).


Updates `Fluid.Core` from 2.16.0 to 2.17.0
- [Release notes](https://github.com/sebastienros/fluid/releases)
- [Commits](sebastienros/fluid@v2.16.0...v2.17.0)

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

---
updated-dependencies:
- dependency-name: Fluid.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: TUnit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 378d3d0 commit 2a1d1cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion API/API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.1.0" />
<PackageReference Include="Fluid.Core" Version="2.16.0" />
<PackageReference Include="Fluid.Core" Version="2.17.0" />
<PackageReference Include="MailKit" Version="4.9.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.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.1.0" />
<PackageReference Include="Testcontainers.Redis" Version="4.1.0" />
<PackageReference Include="TUnit" Version="0.6.11" />
<PackageReference Include="TUnit" Version="0.6.33" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2a1d1cf

Please sign in to comment.