Skip to content

Commit 4de0924

Browse files
Bump FluentAssertions from 5.9.0 to 5.10.0
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.9.0 to 5.10.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Commits](fluentassertions/fluentassertions@5.9.0...5.10.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 0b05f64 commit 4de0924

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Hocon.Configuration.Test/Hocon.Configuration.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="FluentAssertions" Version="5.9.0" />
9+
<PackageReference Include="FluentAssertions" Version="5.10.0" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
1111
<PackageReference Include="xunit" Version="$(XunitVersion)" />
1212
<DotNetCliToolReference Include="dotnet-xunit" Version="$(XunitCliVersion)" />

src/Hocon.Tests/Hocon.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="FluentAssertions" Version="5.9.0" />
15+
<PackageReference Include="FluentAssertions" Version="5.10.0" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
1717
<PackageReference Include="xunit" Version="$(XunitVersion)" />
1818
<DotNetCliToolReference Include="dotnet-xunit" Version="$(XunitCliVersion)" />

0 commit comments

Comments
 (0)