Skip to content

Commit

Permalink
Bump xunit from 2.6.5 to 2.6.6 (microsoft#1732)
Browse files Browse the repository at this point in the history
* Bump xunit from 2.6.5 to 2.6.6

Bumps [xunit](https://github.com/xunit/xunit) from 2.6.5 to 2.6.6.
- [Commits](xunit/xunit@2.6.5...2.6.6)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump change log

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <[email protected]>
  • Loading branch information
dependabot[bot] and BernieWhite authored Jan 16, 2024
1 parent a7f5f26 commit 483b4b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ What's changed since pre-release v3.0.0-B0122:
[#1725](https://github.com/microsoft/PSRule/pull/1725)
- Bump BenchmarkDotNet.Diagnostics.Windows to v0.13.12.
[#1728](https://github.com/microsoft/PSRule/pull/1728)
- Bump xunit to v2.6.5.
[#1724](https://github.com/microsoft/PSRule/pull/1724)
- Bump xunit to v2.6.6.
[#1732](https://github.com/microsoft/PSRule/pull/1732)
- Bump xunit.runner.visualstudio to v2.5.6.
[#1717](https://github.com/microsoft/PSRule/pull/1717)
- Bump System.Drawing.Common to v8.0.1.
Expand Down
2 changes: 1 addition & 1 deletion tests/PSRule.Tests/PSRule.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.7" />
<PackageReference Include="System.Management.Automation" Version="7.3.7" />
<PackageReference Include="xunit" Version="2.6.5" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.5" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 483b4b3

Please sign in to comment.