Skip to content

Commit 42a3e23

Browse files
Bump xunit from 2.6.2 to 2.6.4 (Azure#2618)
* Bump xunit from 2.6.2 to 2.6.4 Bumps [xunit](https://github.com/xunit/xunit) from 2.6.2 to 2.6.4. - [Commits](xunit/xunit@2.6.2...2.6.4) --- 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]>
1 parent bb67e82 commit 42a3e23

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/CHANGELOG-v1.md

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
3232

3333
## Unreleased
3434

35+
What's changed since v1.32.1:
36+
37+
- Engineering:
38+
- Bump xunit to v2.6.4.
39+
[#2618](https://github.com/Azure/PSRule.Rules.Azure/pull/2618)
40+
3541
## v1.32.1
3642

3743
What's changed since v1.32.0:

tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1414
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.7" />
1515
<PackageReference Include="System.Management.Automation" Version="7.3.7" />
16-
<PackageReference Include="xunit" Version="2.6.2" />
16+
<PackageReference Include="xunit" Version="2.6.4" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)