Skip to content

Commit

Permalink
Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 (#2486)
Browse files Browse the repository at this point in the history
* Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.1...2.5.3)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  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 Nov 4, 2023
1 parent 636d553 commit f0624a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/CHANGELOG-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ What's changed since pre-release v1.31.0-B0020:
[#2508](https://github.com/Azure/PSRule.Rules.Azure/pull/2508)
- Bump xunit to v2.6.1.
[#2514](https://github.com/Azure/PSRule.Rules.Azure/pull/2514)
- Bump xunit.runner.visualstudio to v2.5.3.
[#2486](https://github.com/Azure/PSRule.Rules.Azure/pull/2486)
- Bug fixes:
- Fixed dependency ordering with symbolic name by @BernieWhite.
[#2505](https://github.com/Azure/PSRule.Rules.Azure/issues/2505)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.7" />
<PackageReference Include="System.Management.Automation" Version="7.3.7" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit f0624a1

Please sign in to comment.