Skip to content

Commit

Permalink
Bump FluentAssertions from 5.6.0 to 5.9.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Nov 15, 2019
1 parent b5d181f commit a9d98b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="akka.persistence.sqlite" Version="$(AkkaVersion)" />
<PackageReference Include="Akka.TestKit.Xunit" Version="$(AkkaVersion)" />
<PackageReference Include="FluentAssertions" Version="5.6.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
Expand Down
2 changes: 1 addition & 1 deletion src/Akka.HealthCheck.Tests/Akka.HealthCheck.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Akka.TestKit.Xunit" Version="$(AkkaVersion)" />
<PackageReference Include="FluentAssertions" Version="5.6.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
Expand Down

0 comments on commit a9d98b0

Please sign in to comment.