Skip to content

Commit f66964d

Browse files
Bump FluentAssertions from 6.7.0 to 6.8.0 (#79)
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.7.0...6.8.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a594427 commit f66964d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/MyNihongo.FluentHttp.Tests.Integration/MyNihongo.FluentHttp.Tests.Integration.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="FluentAssertions" Version="6.7.0" />
11+
<PackageReference Include="FluentAssertions" Version="6.8.0" />
1212
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
1313
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />

tests/MyNihongo.FluentHttp.Tests.Unit/MyNihongo.FluentHttp.Tests.Unit.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="FluentAssertions" Version="6.7.0" />
11+
<PackageReference Include="FluentAssertions" Version="6.8.0" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
1313
<PackageReference Include="MoqMicrosoftConfiguration" Version="1.0.5" />
1414
<PackageReference Include="xunit" Version="2.4.2" />

0 commit comments

Comments
 (0)