Skip to content

Commit

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


Updates `xunit` from 2.6.4 to 2.6.5
- [Commits](xunit/xunit@2.6.4...2.6.5)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2024
1 parent 4af446f commit 716a256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.4" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.runner.console" Version="2.6.4" />
<PackageReference Include="xunit.runner.console" Version="2.6.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bearded.Utilities.Testing\Bearded.Utilities.Testing.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Bearded.Utilities.Tests/Bearded.Utilities.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="xunit" Version="2.6.4" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.runner.console" Version="2.6.4" />
<PackageReference Include="xunit.runner.console" Version="2.6.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 716a256

Please sign in to comment.