Skip to content

Commit ed748f4

Browse files
Bump FluentValidation from 11.2.0 to 11.2.2 (#196)
Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 11.2.0 to 11.2.2. - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases) - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt) - [Commits](FluentValidation/FluentValidation@11.2.0...11.2.2) --- updated-dependencies: - dependency-name: FluentValidation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a884d94 commit ed748f4

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
@@ -33,7 +33,7 @@
3333
</PropertyGroup>
3434

3535
<ItemGroup>
36-
<PackageReference Include="FluentValidation" Version="11.2.0" />
36+
<PackageReference Include="FluentValidation" Version="11.2.2" />
3737
</ItemGroup>
3838

3939
<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="11.2.0" />
14+
<PackageReference Include="FluentValidation" Version="11.2.2" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
1616
<PackageReference Include="xunit" Version="2.4.2" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

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="11.2.0" />
10+
<PackageReference Include="FluentValidation" Version="11.2.2" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)