From d635a2edac15b214b1d321d8aa2fe1f2cdac6f15 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 27 Apr 2023 23:56:54 +0000
Subject: [PATCH] chore(deps): bump FluentValidation.AspNetCore from 10.3.3 to
 11.3.0

Bumps [FluentValidation.AspNetCore](https://github.com/FluentValidation/FluentValidation.AspNetCore) from 10.3.3 to 11.3.0.
- [Release notes](https://github.com/FluentValidation/FluentValidation.AspNetCore/releases)
- [Commits](https://github.com/FluentValidation/FluentValidation.AspNetCore/commits/11.3.0)

---
updated-dependencies:
- dependency-name: FluentValidation.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 src/Services/Enrolling/Enrolling.API/Enrolling.API.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Services/Enrolling/Enrolling.API/Enrolling.API.csproj b/src/Services/Enrolling/Enrolling.API/Enrolling.API.csproj
index 6772cfd9..48c79a67 100644
--- a/src/Services/Enrolling/Enrolling.API/Enrolling.API.csproj
+++ b/src/Services/Enrolling/Enrolling.API/Enrolling.API.csproj
@@ -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. -->