Skip to content

Commit

Permalink
⬆️ .NET: Bump FluentValidation.DependencyInjectionExtensions and Micr…
Browse files Browse the repository at this point in the history
…osoft.Extensions.DependencyInjection.Abstractions

Bumps [FluentValidation.DependencyInjectionExtensions](https://github.com/JeremySkinner/fluentvalidation) and [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/aspnet/DependencyInjection). These dependencies needed to be updated together.

Updates `FluentValidation.DependencyInjectionExtensions` from 11.10.0 to 11.11.0
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](FluentValidation/FluentValidation@11.10.0...11.11.0)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.0 to 2.1.0
- [Release notes](https://github.com/aspnet/DependencyInjection/releases)
- [Commits](https://github.com/aspnet/DependencyInjection/commits/2.1.0)

---
updated-dependencies:
- dependency-name: FluentValidation.DependencyInjectionExtensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent 5b55536 commit 984ada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Ardalis.Specification.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="ErrorOr" Version="2.0.1" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.10.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.11.0" />
<PackageReference Include="MediatR" Version="12.4.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
Expand Down

0 comments on commit 984ada3

Please sign in to comment.