Skip to content

Commit

Permalink
build(deps): update FluentAssertions requirement from 6.11.* to 6.12.*
Browse files Browse the repository at this point in the history
Updates the requirements on [FluentAssertions](https://github.com/fluentassertions/fluentassertions) to permit the latest version.
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@6.11.0...6.12.0)

---
updated-dependencies:
- dependency-name: FluentAssertions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 24, 2023
1 parent 250cdc5 commit 8f3a2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grate.unittests/grate.unittests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.*" />
<PackageReference Include="FluentAssertions" Version="6.11.*" />
<PackageReference Include="FluentAssertions" Version="6.12.*" />
<PackageReference Include="NSubstitute" Version="5.0.*" />
<PackageReference Include="Dapper" Version="2.0.*" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.*" />
Expand Down

0 comments on commit 8f3a2ae

Please sign in to comment.