Skip to content

Commit 7a334a2

Browse files
Bump xunit from 2.5.1 to 2.5.2
Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.2. - [Commits](xunit/xunit@2.5.1...2.5.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7dcc685 commit 7a334a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DigitalLearningSolutions.Web.AutomatedUiTests/DigitalLearningSolutions.Web.AutomatedUiTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Selenium.Support" Version="4.14.0" />
1414
<PackageReference Include="Selenium.WebDriver" Version="4.14.0" />
1515
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="112.0.5615.4900" />
16-
<PackageReference Include="xunit" Version="2.5.1" />
16+
<PackageReference Include="xunit" Version="2.5.2" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>

DigitalLearningSolutions.Web.IntegrationTests/DigitalLearningSolutions.Web.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="FakeItEasy" Version="7.4.0" />
1111
<PackageReference Include="FluentAssertions.AspNetCore.Mvc" Version="3.2.0" />
1212
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.23" />
13-
<PackageReference Include="xunit" Version="2.5.1" />
13+
<PackageReference Include="xunit" Version="2.5.2" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)