Skip to content

Commit 04df978

Browse files
build(deps): Bump the all group with 3 updates
Bumps the all group with 3 updates: [FluentAssertions](https://github.com/fluentassertions/fluentassertions), [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [MSTest](https://github.com/microsoft/testfx). Updates `FluentAssertions` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@8.0.0...8.0.1) Updates `Newtonsoft.Json` from 13.0.3 to 13.0.1 - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.1) Updates `MSTest` from 3.7.1 to 3.7.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.1...v3.7.2) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: MSTest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01c5667 commit 04df978

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/tests/AutoSDK.IntegrationTests.Cli/AutoSDK.IntegrationTests.Cli.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="MSTest" Version="3.7.1" />
15-
<PackageReference Include="FluentAssertions" Version="8.0.0" />
14+
<PackageReference Include="MSTest" Version="3.7.2" />
15+
<PackageReference Include="FluentAssertions" Version="8.0.1" />
1616
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1717
</ItemGroup>
1818

src/tests/AutoSDK.SnapshotTests/AutoSDK.SnapshotTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<PackageReference Include="H.Generators.Extensions" Version="1.24.1" />
1313
<PackageReference Include="H.Generators.Tests.Extensions" Version="1.24.1" />
1414
<PackageReference Include="Microsoft.OpenApi" Version="1.6.23" />
15-
<PackageReference Include="MSTest" Version="3.7.1" />
16-
<PackageReference Include="FluentAssertions" Version="8.0.0" />
15+
<PackageReference Include="MSTest" Version="3.7.2" />
16+
<PackageReference Include="FluentAssertions" Version="8.0.1" />
1717
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1818
</ItemGroup>
1919

src/tests/AutoSDK.UnitTests/AutoSDK.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<PrivateAssets>all</PrivateAssets>
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
</PackageReference>
12-
<PackageReference Include="MSTest" Version="3.7.1" />
13-
<PackageReference Include="FluentAssertions" Version="8.0.0" />
12+
<PackageReference Include="MSTest" Version="3.7.2" />
13+
<PackageReference Include="FluentAssertions" Version="8.0.1" />
1414
<PackageReference Include="Verify.MSTest" Version="28.9.0" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)