Skip to content

Commit 3884ae8

Browse files
Bump FluentValidation from 9.5.2 to 9.5.3 (#132)
Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 9.5.2 to 9.5.3. - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases) - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt) - [Commits](FluentValidation/FluentValidation@9.5.2...9.5.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68d525b commit 3884ae8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Extensions/FluentValidationsExtensions/FluentValidationsExtensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="FluentValidation" Version="9.5.2" />
35+
<PackageReference Include="FluentValidation" Version="9.5.3" />
3636
</ItemGroup>
3737

3838
<ItemGroup>

Extensions/Tests/FluentValidationsExtensions.Tests/FluentValidationsExtensions.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="FluentValidation" Version="9.5.2" />
14+
<PackageReference Include="FluentValidation" Version="9.5.3" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
1616
<PackageReference Include="xunit" Version="2.4.1" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">

SampleApp/SampleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="FluentValidation" Version="9.5.2" />
10+
<PackageReference Include="FluentValidation" Version="9.5.3" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)