Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Commit e2a1dfc

Browse files
Bump FluentAssertions from 5.10.2 to 5.10.3 (#203)
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] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 9be5d63 commit e2a1dfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/ConformanceTests/ConformanceTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="Serilog.Extensions.Logging" Version="1.4.0" />
1414
<PackageReference Include="Serilog.Sinks.Literate" Version="2.1.0" />
15-
<PackageReference Include="FluentAssertions" Version="5.10.2" />
15+
<PackageReference Include="FluentAssertions" Version="5.10.3" />
1616
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.1" />
1717
</ItemGroup>
1818

test/IdentityModel.OidcClient.Tests/IdentityModel.OidcClient.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
2323
<PackageReference Include="xunit" Version="2.4.1" />
24-
<PackageReference Include="FluentAssertions" Version="5.10.2" />
24+
<PackageReference Include="FluentAssertions" Version="5.10.3" />
2525
</ItemGroup>
2626
</Project>

0 commit comments

Comments
 (0)