Skip to content

Commit

Permalink
Bump FluentValidation from 11.0.3 to 11.9.2
Browse files Browse the repository at this point in the history
Bumps FluentValidation from 11.0.3 to 11.9.2.

---
updated-dependencies:
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent d5e711a commit 0deeaf9
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions Integration/Orleans.InProcess/Orleans.InProcess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentValidation" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />
<PackageReference Include="Cratis.Applications.MongoDB" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Samples/Orleans/Orleans.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<ItemGroup>
<PackageReference Include="Cratis.Applications.MongoDB" />
<PackageReference Include="FluentValidation" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
<PackageReference Include="Microsoft.Orleans.SDK" />
<PackageReference Include="Microsoft.Orleans.Reminders" />
Expand Down
1 change: 1 addition & 0 deletions Source/Api/Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentValidation" />
<PackageReference Include="Swashbuckle.AspNetCore" />
<PackageReference Include="Swashbuckle.AspNetCore.Filters" />
<PackageReference Include="Cratis.Applications" />
Expand Down
7 changes: 4 additions & 3 deletions Source/Clients/DotNET.Specs/DotNET.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../DotNET/DotNET.csproj"/>
<ProjectReference Include="../../Kernel/Contracts/Contracts.csproj"/>
<ProjectReference Include="../../Infrastructure/Infrastructure.csproj"/>
<ProjectReference Include="../DotNET/DotNET.csproj" />
<ProjectReference Include="../../Kernel/Contracts/Contracts.csproj" />
<ProjectReference Include="../../Infrastructure/Infrastructure.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cratis.Applications" />
<PackageReference Include="FluentValidation" />
</ItemGroup>
</Project>
5 changes: 3 additions & 2 deletions Source/Infrastructure.Specs/Infrastructure.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../Infrastructure/Infrastructure.csproj"/>
<ProjectReference Include="../Infrastructure/Infrastructure.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cratis.Applications"/>
<PackageReference Include="Cratis.Applications" />
<PackageReference Include="FluentValidation" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Source/Kernel/Grains/Grains.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<ItemGroup>
<PackageReference Include="Cratis.Metrics.Roslyn" />
<PackageReference Include="Cratis.Applications" />
<PackageReference Include="FluentValidation" />
<PackageReference Include="Microsoft.Orleans.BroadcastChannel" />
<PackageReference Include="Microsoft.Orleans.Sdk" />
<PackageReference Include="Microsoft.Orleans.Reminders" />
Expand Down
1 change: 1 addition & 0 deletions Source/Kernel/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<PackageReference Include="Cratis.Applications.MongoDB" />
<PackageReference Include="Cratis.Applications.Orleans" />
<PackageReference Include="Cratis.Applications.Orleans.MongoDB" />
<PackageReference Include="FluentValidation" />
<PackageReference Include="Microsoft.Orleans.Server" />
<PackageReference Include="OrleansDashboard" />
<PackageReference Include="OpenTelemetry" />
Expand Down
1 change: 1 addition & 0 deletions Source/Kernel/Storage.MongoDB/Storage.MongoDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentValidation" />
<PackageReference Include="Microsoft.Orleans.Server" />
<PackageReference Include="Microsoft.Orleans.Serialization" />
<PackageReference Include="Microsoft.Orleans.Reminders" />
Expand Down

0 comments on commit 0deeaf9

Please sign in to comment.