Skip to content

Commit 04003ae

Browse files
deps: bump FluentAssertions from 5.10.3 to 8.2.0
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.10.3 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@5.10.3...8.2.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f07b63 commit 04003ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Test/Notion.IntegrationTests/Notion.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="FluentAssertions" Version="5.10.3" />
15+
<PackageReference Include="FluentAssertions" Version="8.2.0" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
1717
<PackageReference Include="xunit" Version="2.4.1" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">

Test/Notion.UnitTests/Notion.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="FluentAssertions" Version="5.10.3" />
10+
<PackageReference Include="FluentAssertions" Version="8.2.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1212
<PackageReference Include="Microsoft.VisualStudio.VsixColorCompiler" Version="16.0.0" />
1313
<PackageReference Include="WireMock.Net" Version="1.4.19" />

0 commit comments

Comments
 (0)