Skip to content

Commit

Permalink
Bump Verify.Xunit from 25.0.3 to 25.0.4 (#121)
Browse files Browse the repository at this point in the history
Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 25.0.3
to 25.0.4.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/VerifyTests/Verify/commit/5ff410d8a669ba4c01f9aff183568306960edfac"><code>5ff410d</code></a>
DiffEngine 15.4.4 (<a
href="https://redirect.github.com/VerifyTests/Verify/issues/1231">#1231</a>)</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/4f65f856298fc9231728365fcfad35b62cfb7bf7"><code>4f65f85</code></a>
Update Directory.Packages.props</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/13f25bf888c26f1679a21eb2f707f6c67c705b93"><code>13f25bf</code></a>
refs</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/e6037e52af3c031cf8a60e705b839df7154916f9"><code>e6037e5</code></a>
refs</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/76e36e57d1e5c0988ad9a1bc3a476a77b7bd431e"><code>76e36e5</code></a>
refs</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/e716d98cce39cbce778a5fd3e5365dc3cfcd8fb6"><code>e716d98</code></a>
refs and cleanup</li>
<li>See full diff in <a
href="https://github.com/VerifyTests/Verify/compare/25.0.3...25.0.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Verify.Xunit&package-manager=nuget&previous-version=25.0.3&new-version=25.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 123fac9 commit 48a4859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/targets/tests/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version="1.1.2-beta1.24314.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageVersion Include="Verify.Nupkg" Version="1.1.5" />
<PackageVersion Include="Verify.Xunit" Version="25.0.3" />
<PackageVersion Include="Verify.Xunit" Version="25.0.4" />
<PackageVersion Include="xunit" Version="2.8.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.1" />
<PackageVersion Include="Meziantou.Xunit.ParallelTestFramework" Version="2.2.0" />
Expand Down

0 comments on commit 48a4859

Please sign in to comment.