Skip to content

Commit 68f2c22

Browse files
Bump FluentAssertions from 6.11.0 to 6.12.0
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.11.0 to 6.12.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.11.0...6.12.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 7b20280 commit 68f2c22

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
@@ -269,7 +269,7 @@
269269
<PrivateAssets>all</PrivateAssets>
270270
</PackageReference>
271271
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
272-
<PackageReference Include="FluentAssertions" Version="6.11.0">
272+
<PackageReference Include="FluentAssertions" Version="6.12.0">
273273
</PackageReference>
274274
<PackageReference Include="Newtonsoft.Json" Version="13.0.3">
275275
</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.11.0" />
26+
<PackageReference Include="FluentAssertions" Version="6.12.0" />
2727
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
2828
<PackageReference Include="Moq" Version="4.20.69" />
2929
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

0 commit comments

Comments
 (0)