Skip to content

Commit f640726

Browse files
Bump FluentAssertions from 5.10.3 to 6.2.0
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.10.3 to 6.2.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/master/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@5.10.3...6.2.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 5c849a2 commit f640726

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
@@ -243,7 +243,7 @@
243243

244244
<ItemGroup>
245245
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
246-
<PackageReference Include="FluentAssertions" Version="5.10.3">
246+
<PackageReference Include="FluentAssertions" Version="6.2.0">
247247
</PackageReference>
248248
<PackageReference Include="Newtonsoft.Json" Version="13.0.1">
249249
</PackageReference>

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

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
19-
<PackageReference Include="FluentAssertions" Version="5.10.3" />
19+
<PackageReference Include="FluentAssertions" Version="6.2.0" />
2020
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2121
<PackageReference Include="SharpYaml" Version="1.6.6" />
2222
<PackageReference Include="xunit" Version="2.4.1" />

0 commit comments

Comments
 (0)