Skip to content

Commit

Permalink
Update dependency FluentAssertions to v6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 14, 2022
1 parent 430fa1c commit c54caaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="coverlet.collector" Version="3.1.0"/>
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.2.0"/>
<PackageReference Include="Autofac.Extras.Moq" Version="6.1.0"/>
<PackageReference Include="FluentAssertions" Version="6.2.0"/>
<PackageReference Include="FluentAssertions" Version="6.5.1"/>
<None Remove="configs\**\*.json"/>
<Content Include="configs\**\*.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Autofac.Extras.Moq" Version="6.1.0" />
<PackageReference Include="FluentAssertions" Version="6.2.0" />
<PackageReference Include="FluentAssertions" Version="6.5.1" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit.Analyzers" Version="3.2.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Newbe.Claptrap.TestSuit/Newbe.Claptrap.TestSuit.csproj
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="NLog" Version="4.7.13" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.7.4" />
<PackageReference Include="FluentAssertions" Version="6.2.0" />
<PackageReference Include="FluentAssertions" Version="6.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c54caaa

Please sign in to comment.