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 bdeeb27 commit eb5f246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<!-- Test time only -->
<PackageReference Update="AutoFixture.AutoMoq" Version="4.18.*" />
<PackageReference Update="coverlet.collector" Version="6.0.0" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers" />
<PackageReference Update="FluentAssertions" Version="6.11.*" />
<PackageReference Update="FluentAssertions" Version="6.12.*" />
<PackageReference Update="ILogger.Moq" Version="1.1.*" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.Testing" Version="$(AspNetCoreMvcTestingVersion)" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.7.1" />
Expand Down

0 comments on commit eb5f246

Please sign in to comment.