Skip to content

Commit

Permalink
chore(deps): Bump the xunit group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the xunit group with 2 updates: [xunit.runner.console](https://github.com/xunit/xunit) and [xunit](https://github.com/xunit/xunit).


Updates `xunit.runner.console` from 2.5.3 to 2.6.1
- [Commits](xunit/xunit@2.5.3...2.6.1)

Updates `xunit` from 2.5.3 to 2.6.1
- [Commits](xunit/xunit@2.5.3...2.6.1)

---
updated-dependencies:
- dependency-name: xunit.runner.console
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: xunit
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: xunit
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent 19131b4 commit 82f4d99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/FMData.Rest.Tests/FMData.Rest.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
<PackageReference Include="xunit.runner.console" Version="2.5.3" />
<PackageReference Include="xunit" Version="2.5.3" />
<PackageReference Include="xunit.runner.console" Version="2.6.1" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions tests/FMData.Xml.Tests/FMData.Xml.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
<PackageReference Include="xunit" Version="2.5.3" />
<PackageReference Include="xunit.runner.console" Version="2.5.3" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.console" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
</ItemGroup>

Expand Down

0 comments on commit 82f4d99

Please sign in to comment.