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

chore(deps): bump FluentValidation.AspNetCore from 10.3.3 to 11.3.0 #671

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="MediatR" Version="9.0.0"/>
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="9.0.0"/>
<!-- For validating inputs -->
<PackageReference Include="FluentValidation.AspNetCore" Version="10.3.3"/>
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0"/>
<!-- Polly is a .NET resilience and transient-fault-handling library that
allows developers to express policies such as Retry, Circuit Breaker, Timeout,
Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. -->
Expand Down