Skip to content

Commit

Permalink
Bump the xunit group across 7 directories with 2 updates
Browse files Browse the repository at this point in the history
Bumps the xunit group with 1 update in the /src/Objectivity.AutoFixture.XUnit2.AutoFakeItEasy directory: [xunit.core](https://github.com/xunit/xunit).
Bumps the xunit group with 1 update in the /src/Objectivity.AutoFixture.XUnit2.AutoFakeItEasy.Tests directory: [xunit.core](https://github.com/xunit/xunit).
Bumps the xunit group with 1 update in the /src/Objectivity.AutoFixture.XUnit2.AutoMoq directory: [xunit.core](https://github.com/xunit/xunit).
Bumps the xunit group with 1 update in the /src/Objectivity.AutoFixture.XUnit2.AutoMoq.Tests directory: [xunit.core](https://github.com/xunit/xunit).
Bumps the xunit group with 1 update in the /src/Objectivity.AutoFixture.XUnit2.AutoNSubstitute directory: [xunit.core](https://github.com/xunit/xunit).
Bumps the xunit group with 1 update in the /src/Objectivity.AutoFixture.XUnit2.AutoNSubstitute.Tests directory: [xunit.core](https://github.com/xunit/xunit).
Bumps the xunit group with 2 updates in the /src/Objectivity.AutoFixture.XUnit2.Core.Tests directory: [xunit](https://github.com/xunit/xunit) and [xunit.core](https://github.com/xunit/xunit).


Updates `xunit.core` from 2.8.0 to 2.8.1
- [Commits](xunit/xunit@2.8.0...2.8.1)

Updates `xunit.core` from 2.8.0 to 2.8.1
- [Commits](xunit/xunit@2.8.0...2.8.1)

Updates `xunit.core` from 2.8.0 to 2.8.1
- [Commits](xunit/xunit@2.8.0...2.8.1)

Updates `xunit.core` from 2.8.0 to 2.8.1
- [Commits](xunit/xunit@2.8.0...2.8.1)

Updates `xunit.core` from 2.8.0 to 2.8.1
- [Commits](xunit/xunit@2.8.0...2.8.1)

Updates `xunit.core` from 2.8.0 to 2.8.1
- [Commits](xunit/xunit@2.8.0...2.8.1)

Updates `xunit` from 2.8.0 to 2.8.1
- [Commits](xunit/xunit@2.8.0...2.8.1)

Updates `xunit.core` from 2.8.0 to 2.8.1
- [Commits](xunit/xunit@2.8.0...2.8.1)

---
updated-dependencies:
- dependency-name: xunit.core
  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
- dependency-name: xunit.core
  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
- dependency-name: xunit.core
  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
- dependency-name: xunit
  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 Jul 3, 2024
1 parent 8093f3f commit 298dcb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.analyzers" Version="1.13.0" />
<PackageReference Include="xunit.assert" Version="2.8.0" />
<PackageReference Include="xunit.analyzers" Version="1.14.0" />
<PackageReference Include="xunit.assert" Version="2.8.1" />
<PackageReference Include="xunit.core" Version="2.8.0" />
<PackageReference Include="xunit.extensibility.core" Version="2.8.0" />
<PackageReference Include="xunit.extensibility.execution" Version="2.8.0" />
<PackageReference Include="xunit.extensibility.core" Version="2.8.1" />
<PackageReference Include="xunit.extensibility.execution" Version="2.8.1" />
<PackageReference Include="xunit.runner.console" Version="2.8.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.core" Version="2.8.0" />
<PackageReference Include="xunit.extensibility.core" Version="2.8.0" />
<PackageReference Include="xunit.extensibility.execution" Version="2.8.0" />
<PackageReference Include="xunit.core" Version="2.8.1" />
<PackageReference Include="xunit.extensibility.core" Version="2.8.1" />
<PackageReference Include="xunit.extensibility.execution" Version="2.8.1" />
</ItemGroup>

</Project>

0 comments on commit 298dcb1

Please sign in to comment.