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
#362)

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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2023
1 parent 250cdc5 commit f66461a
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 f66461a

Please sign in to comment.