Skip to content

Commit

Permalink
chore(deps): bump the verify group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the verify group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Verify.Xunit](https://github.com/VerifyTests/Verify) | `28.1.3` | `28.2.0` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.2` | `3.6.2` |
| [Verify.MSTest](https://github.com/VerifyTests/Verify) | `28.1.3` | `28.2.0` |
| [NUnit](https://github.com/nunit/nunit) | `4.2.2` | `4.2.2` |
| [Verify.Nunit](https://github.com/VerifyTests/Verify) | `28.1.3` | `28.2.0` |


Updates `Verify.Xunit` from 28.1.3 to 28.2.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@28.1.3...28.2.0)

Updates `MSTest.TestFramework` from 3.6.2 to 3.6.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.2...v3.6.2)

Updates `Verify.MSTest` from 28.1.3 to 28.2.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@28.1.3...28.2.0)

Updates `NUnit` from 4.2.2 to 4.2.2
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@4.2.2...4.2.2)

Updates `Verify.Nunit` from 28.1.3 to 28.2.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@28.1.3...28.2.0)

---
updated-dependencies:
- dependency-name: Verify.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: verify
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: verify
- dependency-name: Verify.MSTest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: verify
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: verify
- dependency-name: Verify.Nunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: verify
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 5389b44 commit 2d4d680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageVersion Include="NUnit.Analyzers" Version="4.3.0" />
<PackageVersion Include="PublicApiGenerator" Version="11.1.0" />
<PackageVersion Include="Verify.MSTest" Version="28.1.3" />
<PackageVersion Include="Verify.NUnit" Version="28.1.3" />
<PackageVersion Include="Verify.Xunit" Version="28.1.3" />
<PackageVersion Include="Verify.MSTest" Version="28.2.0" />
<PackageVersion Include="Verify.NUnit" Version="28.2.0" />
<PackageVersion Include="Verify.Xunit" Version="28.2.0" />
<PackageVersion Include="Verify.XunitV3" Version="28.1.3" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.extensibility.core" Version="2.9.2" />
Expand Down

0 comments on commit 2d4d680

Please sign in to comment.