Skip to content

Commit 44d31d4

Browse files
Bump FluentAssertions from 8.1.1 to 8.2.0
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 8.1.1 to 8.2.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@8.1.1...8.2.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48d7525 commit 44d31d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Privileged.Components.Tests/Privileged.Components.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="bunit" Version="1.38.5" />
18-
<PackageReference Include="FluentAssertions" Version="8.1.1" />
18+
<PackageReference Include="FluentAssertions" Version="8.2.0" />
1919
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.14" />
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
2121
<PackageReference Include="coverlet.collector" Version="6.0.4">

test/Privileged.Tests/Privileged.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
1515
<PackageReference Include="Bogus" Version="35.6.2" />
16-
<PackageReference Include="FluentAssertions" Version="8.1.1" />
16+
<PackageReference Include="FluentAssertions" Version="8.2.0" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1818
<PackageReference Include="PolySharp" Version="1.15.0">
1919
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)