Skip to content

Commit c3d24bb

Browse files
chore(deps): update dependency verify.xunit to 28.13.0 (#2026)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Verify.Xunit](https://redirect.github.com/VerifyTests/Verify) | `28.11.0` -> `28.13.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Verify.Xunit/28.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Verify.Xunit/28.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Verify.Xunit/28.11.0/28.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Verify.Xunit/28.11.0/28.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>VerifyTests/Verify (Verify.Xunit)</summary> ### [`v28.13.0`](https://redirect.github.com/VerifyTests/Verify/compare/28.12.1...28.13.0) [Compare Source](https://redirect.github.com/VerifyTests/Verify/compare/28.12.1...28.13.0) ### [`v28.12.1`](https://redirect.github.com/VerifyTests/Verify/compare/28.12.0...28.12.1) [Compare Source](https://redirect.github.com/VerifyTests/Verify/compare/28.12.0...28.12.1) ### [`v28.12.0`](https://redirect.github.com/VerifyTests/Verify/compare/28.11.0...28.12.0) [Compare Source](https://redirect.github.com/VerifyTests/Verify/compare/28.11.0...28.12.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 7am on Sunday,before 7am on Wednesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Altinn/dialogporten). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a1c549 commit c3d24bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/Digdir.Domain.Dialogporten.Application.Unit.Tests/Digdir.Domain.Dialogporten.Application.Unit.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="coverlet.collector" Version="6.0.4"/>
1010
<PackageReference Include="FluentAssertions" Version="[7.0.0, 8.0.0)"/>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0"/>
12-
<PackageReference Include="Verify.Xunit" Version="28.11.0"/>
12+
<PackageReference Include="Verify.Xunit" Version="28.13.0"/>
1313
<PackageReference Include="NSubstitute" Version="5.3.0"/>
1414
<PackageReference Include="xunit" Version="2.9.3"/>
1515
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2"/>

tests/Digdir.Domain.Dialogporten.GraphQl.Integration.Tests/Digdir.Domain.Dialogporten.GraphQl.Integration.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.2"/>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0"/>
1212
<PackageReference Include="NSubstitute" Version="5.3.0"/>
13-
<PackageReference Include="Verify.Xunit" Version="28.11.0"/>
13+
<PackageReference Include="Verify.Xunit" Version="28.13.0"/>
1414
<PackageReference Include="xunit" Version="2.9.3"/>
1515
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2"/>
1616
</ItemGroup>

tests/Digdir.Domain.Dialogporten.WebApi.Unit.Tests/Digdir.Domain.Dialogporten.WebApi.Unit.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.2"/>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0"/>
11-
<PackageReference Include="Verify.Xunit" Version="28.11.0"/>
11+
<PackageReference Include="Verify.Xunit" Version="28.13.0"/>
1212
<PackageReference Include="xunit" Version="2.9.3"/>
1313
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2"/>
1414
<PackageReference Include="coverlet.collector" Version="6.0.4"/>

0 commit comments

Comments
 (0)