Skip to content

Commit f0c43bf

Browse files
chore(deps): bump FluentValidation
Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 11.11.0 to 12.0.0. - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases) - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt) - [Commits](FluentValidation/FluentValidation@11.11.0...12.0.0) --- updated-dependencies: - dependency-name: FluentValidation dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f88def1 commit f0c43bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Dotnet.Samples.AspNetCore.WebApi/Dotnet.Samples.AspNetCore.WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="AutoMapper" Version="14.0.0" />
12-
<PackageReference Include="FluentValidation" Version="11.11.0" />
12+
<PackageReference Include="FluentValidation" Version="12.0.0" />
1313
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.4" />
1414
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.4">

src/Dotnet.Samples.AspNetCore.WebApi/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"FluentValidation": {
1515
"type": "Direct",
16-
"requested": "[11.11.0, )",
17-
"resolved": "11.11.0",
18-
"contentHash": "cyIVdQBwSipxWG8MA3Rqox7iNbUNUTK5bfJi9tIdm4CAfH71Oo5ABLP4/QyrUwuakqpUEPGtE43BDddvEehuYw=="
16+
"requested": "[12.0.0, )",
17+
"resolved": "12.0.0",
18+
"contentHash": "8NVLxtMUXynRHJIX3Hn1ACovaqZIJASufXIIFkD0EUbcd5PmMsL1xUD5h548gCezJ5BzlITaR9CAMrGe29aWpA=="
1919
},
2020
"Microsoft.AspNetCore.OpenApi": {
2121
"type": "Direct",

0 commit comments

Comments
 (0)