Skip to content

Commit bf2d122

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Microsoft.OpenApi.Readers.Tests/Microsoft.OpenApi.Readers.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<PrivateAssets>all</PrivateAssets>
263263
</PackageReference>
264264
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
265-
<PackageReference Include="FluentAssertions" Version="6.8.0">
265+
<PackageReference Include="FluentAssertions" Version="6.9.0">
266266
</PackageReference>
267267
<PackageReference Include="Newtonsoft.Json" Version="13.0.2">
268268
</PackageReference>

test/Microsoft.OpenApi.Tests/Microsoft.OpenApi.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
<PrivateAssets>all</PrivateAssets>
2525
</PackageReference>
26-
<PackageReference Include="FluentAssertions" Version="6.8.0" />
26+
<PackageReference Include="FluentAssertions" Version="6.9.0" />
2727
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
2828
<PackageReference Include="Moq" Version="4.18.4" />
2929
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />

0 commit comments

Comments
 (0)