Skip to content

Commit

Permalink
Update dependency FluentAssertions to v6.8.0
Browse files Browse the repository at this point in the history
| datasource | package          | from  | to    |
| ---------- | ---------------- | ----- | ----- |
| nuget      | FluentAssertions | 6.7.0 | 6.8.0 |
| nuget      | FluentAssertions | 6.7.0 | 6.8.0 |
  • Loading branch information
renovate[bot] committed Oct 24, 2022
1 parent 06cf5f7 commit a09e79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Orso.Arpa.Mail.Tests/Orso.Arpa.Mail.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.7.0" />
<PackageReference Include="FluentAssertions" Version="6.8.0" />
<PackageReference Include="netDumbster" Version="3.0.1" />
<PackageReference Include="NSubstitute" Version="4.3.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/Orso.Arpa.Tests.Shared/Orso.Arpa.Tests.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Bogus" Version="34.0.2" />
<PackageReference Include="FluentAssertions" Version="6.7.0" />
<PackageReference Include="FluentAssertions" Version="6.8.0" />
<PackageReference Include="MockQueryable.NSubstitute" Version="6.0.1" />
<PackageReference Include="NSubstitute" Version="4.3.0" />
</ItemGroup>
Expand Down

0 comments on commit a09e79c

Please sign in to comment.