Skip to content

Commit

Permalink
Bump xunit from 2.5.0 to 2.5.2
Browse files Browse the repository at this point in the history
Bumps [xunit](https://github.com/xunit/xunit) from 2.5.0 to 2.5.2.
- [Commits](xunit/xunit@2.5.0...2.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent edead6d commit 2a3bb4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit" Version="2.5.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion src/Test/Lunox.Tests.xUnit/Lunox.Tests.xUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<Version>2.0.1</Version>
</PackageReference>
<PackageReference Include="xunit">
<Version>2.5.0</Version>
<Version>2.5.2</Version>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio">
<Version>2.5.0</Version>
Expand Down

0 comments on commit 2a3bb4d

Please sign in to comment.