Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit a0c8af2

Browse files
chore(deps): bump FluentValidation.AspNetCore from 10.0.3 to 10.0.4 (#378)
Bumps [FluentValidation.AspNetCore](https://github.com/JeremySkinner/fluentvalidation) from 10.0.3 to 10.0.4. - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases) - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt) - [Commits](FluentValidation/FluentValidation@10.0.3...10.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Ratan Sunder Parai <ratanparai@gmail.com>
1 parent 0c997b2 commit a0c8af2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Enrolling/Enrolling.API/Enrolling.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="MediatR" Version="9.0.0"/>
1515
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="9.0.0"/>
1616
<!-- For validating inputs -->
17-
<PackageReference Include="FluentValidation.AspNetCore" Version="10.0.3"/>
17+
<PackageReference Include="FluentValidation.AspNetCore" Version="10.0.4"/>
1818
<!-- Polly is a .NET resilience and transient-fault-handling library that
1919
allows developers to express policies such as Retry, Circuit Breaker, Timeout,
2020
Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. -->

0 commit comments

Comments
 (0)