Skip to content

Commit 24ce445

Browse files
Bump FluentAssertions from 5.10.3 to 7.0.0
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.10.3 to 7.0.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@5.10.3...7.0.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ac23c0 commit 24ce445

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DigitalLearningSolutions.Web.AutomatedUiTests/DigitalLearningSolutions.Web.AutomatedUiTests.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="7.0.0" />
1111
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.25" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1313
<PackageReference Include="Selenium.Axe" Version="4.0.21" />

DigitalLearningSolutions.Web.IntegrationTests/DigitalLearningSolutions.Web.IntegrationTests.csproj

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

99
<ItemGroup>
1010
<PackageReference Include="FakeItEasy" Version="7.4.0" />
11-
<PackageReference Include="FluentAssertions.AspNetCore.Mvc" Version="3.2.0" />
11+
<PackageReference Include="FluentAssertions.AspNetCore.Mvc" Version="4.1.0" />
1212
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.25" />
1313
<PackageReference Include="xunit" Version="2.9.2" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">

DigitalLearningSolutions.Web.Tests/DigitalLearningSolutions.Web.Tests.csproj

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

1010
<ItemGroup>
1111
<PackageReference Include="FakeItEasy" Version="7.4.0" />
12-
<PackageReference Include="FluentAssertions" Version="5.10.3" />
12+
<PackageReference Include="FluentAssertions" Version="7.0.0" />
1313
<PackageReference Include="FluentAssertions.AspNetCore.Mvc" Version="3.2.0" />
1414
<PackageReference Include="NBuilder" Version="6.1.0" />
1515
<PackageReference Include="NUnit" Version="3.14.0" />

0 commit comments

Comments
 (0)