Skip to content

Commit 88dd770

Browse files
authored
Merge pull request #1511 from TechnologyEnhancedLearning/dependabot/nuget/Automatic_version_update_dependabot/FluentValidation-12.1.0
Bump FluentValidation from 12.0.0 to 12.1.0
2 parents 0f54845 + 134b7e8 commit 88dd770

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
2929
<PackageVersion Include="EntityFrameworkCore.Testing.Moq" Version="9.0.1" />
3030
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
31-
<PackageVersion Include="FluentValidation" Version="12.0.0" />
31+
<PackageVersion Include="FluentValidation" Version="12.1.0" />
3232
<PackageVersion Include="FluentValidation.AspNetCore" Version="11.3.1" />
3333
<PackageVersion Include="HtmlAgilityPack" Version="1.12.4" />
3434
<PackageVersion Include="HtmlSanitizer" Version="6.0.453" />

LearningHub.Nhs.WebUI/LearningHub.Nhs.WebUI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
<TypeScriptCompile Include="Scripts\vuesrc\resource\helpers\resourceHelper.ts" />
171171
</ItemGroup>
172172
<ItemGroup>
173+
<PackageReference Include="FluentValidation" />
173174
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" VersionOverride="9.0.9" />
174175
<PackageReference Include="Microsoft.IdentityModel.Tokens" />
175176
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />

OpenAPI/LearningHub.Nhs.OpenApi.Models/LearningHub.Nhs.OpenApi.Models.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<CodeAnalysisRuleSet />
1313
</PropertyGroup>
1414
<ItemGroup>
15+
<PackageReference Include="FluentValidation" />
1516
<PackageReference Include="LearningHub.Nhs.Models" />
1617
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" VersionOverride="9.0.9" />
1718
<PackageReference Include="NLog.Web.AspNetCore" />

ReportAPI/LearningHub.Nhs.ReportApi.Shared/LearningHub.Nhs.ReportApi.Shared.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<PackageReference Include="LearningHub.Nhs.Models" />
1717
</ItemGroup>
1818
<ItemGroup>
19+
<PackageReference Include="FluentValidation" />
1920
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118" />
2021
</ItemGroup>
2122
</Project>

WebAPI/LearningHub.Nhs.Api.Shared/LearningHub.Nhs.Api.Shared.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="elfhHub.Nhs.Models" />
9+
<PackageReference Include="FluentValidation" />
910
<PackageReference Include="LearningHub.Nhs.Caching" />
1011
<PackageReference Include="LearningHub.Nhs.Models" />
1112
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118">

WebAPI/MigrationTool/LearningHub.Nhs.Migration.Models/LearningHub.Nhs.Migration.Models.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="elfhHub.Nhs.Models" />
9+
<PackageReference Include="FluentValidation" />
910
<PackageReference Include="FluentValidation.AspNetCore" />
1011
<PackageReference Include="LearningHub.Nhs.Caching" />
1112
<PackageReference Include="LearningHub.Nhs.Models" />

0 commit comments

Comments
 (0)