Skip to content

Commit

Permalink
build(deps): bump the xunit group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the xunit group with 3 updates: [xunit](https://github.com/xunit/xunit), [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) and [xunit.core](https://github.com/xunit/xunit).


Updates `xunit` from 2.6.2 to 2.6.3
- [Commits](xunit/xunit@2.6.2...2.6.3)

Updates `xunit.runner.visualstudio` from 2.5.4 to 2.5.5
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.4...2.5.5)

Updates `xunit.core` from 2.6.2 to 2.6.3
- [Commits](xunit/xunit@2.6.2...2.6.3)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: xunit
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: xunit
- dependency-name: xunit.core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: xunit
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent a19d824 commit cd5dcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Common.Tests/Common.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="Npgsql" Version="6.0.10" />
<PackageReference Include="Respawn" Version="6.1.0" />
<PackageReference Include="Testcontainers.PostgreSql" Version="3.6.0" />
<PackageReference Include="xunit.core" Version="2.6.2" />
<PackageReference Include="xunit.core" Version="2.6.3" />
</ItemGroup>

</Project>

0 comments on commit cd5dcf7

Please sign in to comment.