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

Commit f659ef7

Browse files
chore(deps): bump FluentValidation.AspNetCore from 9.4.0 to 9.5.0 (#294)
Bumps [FluentValidation.AspNetCore](https://github.com/JeremySkinner/fluentvalidation) from 9.4.0 to 9.5.0. - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases) - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/master/Changelog.txt) - [Commits](FluentValidation/FluentValidation@9.4.0...9.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Ratan Sunder Parai <[email protected]>
1 parent 45884ce commit f659ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="9.0.0" />
2424

2525
<!-- For validating inputs -->
26-
<PackageReference Include="FluentValidation.AspNetCore" Version="9.4.0" />
26+
<PackageReference Include="FluentValidation.AspNetCore" Version="9.5.0" />
2727

2828
<!-- Polly is a .NET resilience and transient-fault-handling library that
2929
allows developers to express policies such as Retry, Circuit Breaker, Timeout,

0 commit comments

Comments
 (0)