Skip to content

Commit

Permalink
build(deps): Bump the nuget-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the nuget-dependencies group with 3 updates: [Scalar.AspNetCore](https://github.com/scalar/scalar), [TUnit](https://github.com/thomhurst/TUnit) and [MiniValidation](https://github.com/DamianEdwards/MiniValidation).


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

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

Updates `MiniValidation` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/DamianEdwards/MiniValidation/releases)
- [Commits](DamianEdwards/MiniValidation@v0.9.1...v0.9.2)

---
updated-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: MiniValidation
  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 Dec 23, 2024
1 parent 5618a55 commit 35d241f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion API/API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.2" />
<PackageReference Include="OneOf" Version="3.0.271" />
<PackageReference Include="Redis.OM" Version="0.7.6" />
<PackageReference Include="Scalar.AspNetCore" Version="1.2.66" />
<PackageReference Include="Scalar.AspNetCore" Version="1.2.70" />
<PackageReference Include="Serilog" Version="4.2.0" />
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
<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.1.0" />
<PackageReference Include="Testcontainers.Redis" Version="4.1.0" />
<PackageReference Include="TUnit" Version="0.5.15" />
<PackageReference Include="TUnit" Version="0.5.28" />
</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 @@ -30,7 +30,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
<PackageReference Include="MiniValidation" Version="0.9.1" />
<PackageReference Include="MiniValidation" Version="0.9.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.2" />
<PackageReference Include="NRedisStack" Version="0.13.1" />
<PackageReference Include="OpenShock.Serialization.Flatbuffers" Version="2.0.0-preview.5" />
Expand Down

0 comments on commit 35d241f

Please sign in to comment.