Skip to content

Commit 81d88e8

Browse files
committed
[Dependencies] Updating FluentValidation (Validation) to 12.1.0
# Conflicts: # CHANGELOG.md
1 parent 4a2c5c3 commit 81d88e8

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
1818
- Dependencies - Updated Microsoft.Sbom.Targets to 4.1.3
1919
- Dependencies - Updated Philips.CodeAnalysis.MaintainabilityAnalyzers to 1.9.1
2020
- Dependencies - Updated Roslynator.Analyzers to 4.14.1
21+
- Dependencies - Updated FluentValidation to 12.1.0
2122
### Removed
2223
### Deployment Changes
2324

src/Credfeto.Database.Pgsql/Credfeto.Database.Pgsql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<ProjectReference Include="..\Credfeto.Database\Credfeto.Database.csproj" />
6666
</ItemGroup>
6767
<ItemGroup>
68-
<PackageReference Include="FluentValidation" Version="12.0.0" />
68+
<PackageReference Include="FluentValidation" Version="12.1.0" />
6969
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.8" />
7070
<PackageReference Include="Npgsql" Version="9.0.3" />
7171
</ItemGroup>

src/Credfeto.Database.SqlServer/Credfeto.Database.SqlServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<ProjectReference Include="..\Credfeto.Database\Credfeto.Database.csproj" />
6666
</ItemGroup>
6767
<ItemGroup>
68-
<PackageReference Include="FluentValidation" Version="12.0.0" />
68+
<PackageReference Include="FluentValidation" Version="12.1.0" />
6969
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.2" />
7070
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.8" />
7171
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.8" />

0 commit comments

Comments
 (0)