Skip to content

Commit ad9f4c2

Browse files
chore: Bump the testing group with 2 updates
Bumps FluentAssertions from 8.8.0 to 8.9.0 Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.3 to 10.0.5 --- updated-dependencies: - dependency-name: FluentAssertions dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86ce60e commit ad9f4c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

UserApi.Tests/UserApi.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>
18-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.3" />
18+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.5" />
1919
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.3" />
2020
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.3" />
21-
<PackageReference Include="FluentAssertions" Version="8.8.0" />
21+
<PackageReference Include="FluentAssertions" Version="8.9.0" />
2222
<PackageReference Include="Moq" Version="4.20.72" />
2323
<PackageReference Include="AutoFixture" Version="4.18.1" />
2424
<PackageReference Include="AutoFixture.Xunit2" Version="4.18.1" />

0 commit comments

Comments
 (0)