Skip to content

Commit bac0dbb

Browse files
Bump FluentAssertions from 5.10.2 to 5.10.3 (#268)
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@5.10.2...5.10.3) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Gregorius Soedharmo <[email protected]>
1 parent cd11db5 commit bac0dbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.10.2" />
9+
<PackageReference Include="FluentAssertions" Version="5.10.3" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
1111
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
1212
<PackageReference Include="xunit" Version="$(XunitVersion)" />

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.10.2" />
15+
<PackageReference Include="FluentAssertions" Version="5.10.3" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
1717
<PackageReference Include="xunit" Version="$(XunitVersion)" />
1818
<DotNetCliToolReference Include="dotnet-xunit" Version="$(XunitCliVersion)" />

src/examples/SerializationDebug/SerializationDebug.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="FluentAssertions" Version="5.10.2" />
11+
<PackageReference Include="FluentAssertions" Version="5.10.3" />
1212
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
1313
</ItemGroup>
1414

0 commit comments

Comments
 (0)