Skip to content

Commit 8b104d6

Browse files
Bump xunit from 2.8.1 to 2.9.0 (Azure#2982)
* Bump xunit from 2.8.1 to 2.9.0 Bumps xunit from 2.8.1 to 2.9.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]>
1 parent 1c133e9 commit 8b104d6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/CHANGELOG-v1.md

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ What's changed since v1.38.0:
4444
- Azure SQL Managed Instance:
4545
- Verify that Azure SQL Managed Instances have a customer-controlled maintenance window configured by @BenjaminEngeset.
4646
[#2979](https://github.com/Azure/PSRule.Rules.Azure/issues/2979)
47+
- Engineering:
48+
- Bump xunit to v2.9.0.
49+
[#2982](https://github.com/Azure/PSRule.Rules.Azure/pull/2982)
50+
- Bump xunit.runner.visualstudio to v2.8.2.
51+
[#2982](https://github.com/Azure/PSRule.Rules.Azure/pull/2982)
4752

4853
## v1.38.0
4954

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1414
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.12" />
1515
<PackageReference Include="System.Management.Automation" Version="7.3.12" />
16-
<PackageReference Include="xunit" Version="2.8.1" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
16+
<PackageReference Include="xunit" Version="2.9.0" />
17+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>

0 commit comments

Comments
 (0)