Skip to content

Commit 90bd5e9

Browse files
Bump FluentAssertions from 6.11.0 to 6.12.0 (#1382)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e3420a commit 90bd5e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/KubernetesClient.Classic.Tests/KubernetesClient.Classic.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
11-
<PackageReference Include="FluentAssertions" Version="6.11.0" />
11+
<PackageReference Include="FluentAssertions" Version="6.12.0" />
1212
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
1313
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="19.2.64" />
1414
<PackageReference Include="System.Reactive" Version="6.0.0" />

tests/KubernetesClient.Tests/KubernetesClient.Tests.csproj

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

88
<ItemGroup>
99
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
10-
<PackageReference Include="FluentAssertions" Version="6.11.0" />
10+
<PackageReference Include="FluentAssertions" Version="6.12.0" />
1111
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
1212
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="19.2.64" />
1313
<PackageReference Include="System.Reactive" Version="6.0.0" />

0 commit comments

Comments
 (0)