Skip to content

Commit

Permalink
Bump xunit from 2.7.0 to 2.8.0 (#2870)
Browse files Browse the repository at this point in the history
* Bump xunit from 2.7.0 to 2.8.0

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

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

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 May 23, 2024
1 parent 2450f09 commit 0a536a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/CHANGELOG-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ What's changed since pre-release v1.37.0-B0009:
- General improvements:
- Updated resource providers and policy aliases.
[#2880](https://github.com/Azure/PSRule.Rules.Azure/pull/2880)
- Engineering:
- Bump xunit to v2.8.0.
[#2870](https://github.com/Azure/PSRule.Rules.Azure/pull/2870)
- Bug fixed:
- Fixed `union` does not perform deep merge or keep property order by @BernieWhite.
[#2885](https://github.com/Azure/PSRule.Rules.Azure/issues/2885)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.7" />
<PackageReference Include="System.Management.Automation" Version="7.3.7" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 0a536a7

Please sign in to comment.