Skip to content

Commit 39cba32

Browse files
Bump FluentValidation from 9.5.0 to 9.5.1 (#126)
Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 9.5.0 to 9.5.1. - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases) - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt) - [Commits](FluentValidation/FluentValidation@9.5.0...9.5.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29a2d41 commit 39cba32

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.0" />
35+
<PackageReference Include="FluentValidation" Version="9.5.1" />
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.0" />
14+
<PackageReference Include="FluentValidation" Version="9.5.1" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
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.0" />
10+
<PackageReference Include="FluentValidation" Version="9.5.1" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)