Skip to content

Commit 0c86662

Browse files
committed
Update xunit and its dependabot configuration
1 parent 4dc8b95 commit 0c86662

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
groups:
8+
xunit:
9+
patterns:
10+
- "xunit*"

tests/SimpleAccounting.IntegrationTests/SimpleAccounting.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<!-- license is BSD-3-Clause -->
1414
<PackageReference Include="NSubstitute" Version="5.1.0"/>
1515
<!-- license is apache 2.0 -->
16-
<PackageReference Include="xunit" Version="2.6.3" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
16+
<PackageReference Include="xunit" Version="2.6.4"/>
17+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2020
</PackageReference>

tests/SimpleAccounting.UnitTests/SimpleAccounting.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<!-- license is BSD-3-Clause -->
1818
<PackageReference Include="NSubstitute" Version="5.1.0" />
1919
<!-- license is apache 2.0 -->
20-
<PackageReference Include="xunit" Version="2.6.3" />
21-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
20+
<PackageReference Include="xunit" Version="2.6.4"/>
21+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2424
</PackageReference>

0 commit comments

Comments
 (0)