Skip to content

Commit f9bd5dd

Browse files
deps: bump xunit from 2.4.1 to 2.9.3
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.9.3. - [Commits](xunit/xunit@v2-2.4.1...v2-2.9.3) --- updated-dependencies: - dependency-name: xunit dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9472901 commit f9bd5dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Test/Notion.IntegrationTests/Notion.IntegrationTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ItemGroup>
1515
<PackageReference Include="FluentAssertions" Version="5.10.3" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
17-
<PackageReference Include="xunit" Version="2.4.1" />
17+
<PackageReference Include="xunit" Version="2.9.3" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>

Test/Notion.UnitTests/Notion.UnitTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1212
<PackageReference Include="Microsoft.VisualStudio.VsixColorCompiler" Version="17.11.35325.10" />
1313
<PackageReference Include="WireMock.Net" Version="1.4.19" />
14-
<PackageReference Include="xunit" Version="2.4.1" />
14+
<PackageReference Include="xunit" Version="2.9.3" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)