Skip to content

Commit a749227

Browse files
Bump Selenium.Axe and Selenium.WebDriver
Bumps [Selenium.Axe](https://github.com/TroyWalshProf/axe-selenium-csharp) and [Selenium.WebDriver](https://github.com/SeleniumHQ/selenium). These dependencies needed to be updated together. Updates `Selenium.Axe` from 4.0.14 to 4.0.21 - [Release notes](https://github.com/TroyWalshProf/axe-selenium-csharp/releases) - [Commits](TroyWalshProf/SeleniumAxeDotnet@v4.0.14...v4.0.21) Updates `Selenium.WebDriver` from 4.16.2 to 4.19.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.19.0) --- updated-dependencies: - dependency-name: Selenium.Axe dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Selenium.WebDriver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 79a7cc2 commit a749227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<PackageReference Include="FluentAssertions" Version="5.10.3" />
1111
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.25" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
13-
<PackageReference Include="Selenium.Axe" Version="4.0.14" />
13+
<PackageReference Include="Selenium.Axe" Version="4.0.21" />
1414
<PackageReference Include="Selenium.Support" Version="4.16.2" />
15-
<PackageReference Include="Selenium.WebDriver" Version="4.16.2" />
15+
<PackageReference Include="Selenium.WebDriver" Version="4.19.0" />
1616
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="122.0.6261.11100" />
1717
<PackageReference Include="xunit" Version="2.6.2" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">

0 commit comments

Comments
 (0)