Skip to content

Commit 30d2afb

Browse files
build(deps): Bump xunit from 2.5.2 to 2.5.3 (#1241)
Bumps [xunit](https://github.com/xunit/xunit) from 2.5.2 to 2.5.3. - [Commits](https://github.com/xunit/xunit/commits) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5921d6d commit 30d2afb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/bunit.core.tests/bunit.core.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="xunit" Version="2.5.2" />
16+
<PackageReference Include="xunit" Version="2.5.3" />
1717
<!-- DO NOT UPGRADE TO versions > 2.4.5 as they do not support .net5 or older -->
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1919
<PrivateAssets>all</PrivateAssets>

tests/bunit.web.tests/bunit.web.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="xunit" Version="2.5.2" />
16+
<PackageReference Include="xunit" Version="2.5.3" />
1717
<!-- DO NOT UPGRADE TO versions > 2.4.5 as they do not support .net5 or older -->
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1919
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)