Skip to content

Commit 3830054

Browse files
Bump FluentAssertions from 6.12.1 to 6.12.2
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.12.1 to 6.12.2. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.12.1...6.12.2) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a1a4d0 commit 3830054

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/FluentRest.Factory.Tests/FluentRest.Factory.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2222
</PackageReference>
2323
<PackageReference Include="xunit" Version="2.9.2" />
24-
<PackageReference Include="FluentAssertions" Version="6.12.1" />
24+
<PackageReference Include="FluentAssertions" Version="6.12.2" />
2525
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
2626
</ItemGroup>
2727

test/FluentRest.Fake.Tests/FluentRest.Fake.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2323
</PackageReference>
2424
<PackageReference Include="xunit" Version="2.9.2" />
25-
<PackageReference Include="FluentAssertions" Version="6.12.1" />
25+
<PackageReference Include="FluentAssertions" Version="6.12.2" />
2626
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
2727
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
2828
</ItemGroup>

test/FluentRest.Tests/FluentRest.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2525
</PackageReference>
2626
<PackageReference Include="xunit" Version="2.9.2" />
27-
<PackageReference Include="FluentAssertions" Version="6.12.1" />
27+
<PackageReference Include="FluentAssertions" Version="6.12.2" />
2828
</ItemGroup>
2929
</Project>

0 commit comments

Comments
 (0)