Skip to content

Commit d816ad8

Browse files
Bump Selenium.Support and Selenium.WebDriver
Bumps [Selenium.Support](https://github.com/SeleniumHQ/selenium) and [Selenium.WebDriver](https://github.com/SeleniumHQ/selenium). These dependencies needed to be updated together. Updates `Selenium.Support` from 4.16.2 to 4.27.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.27.0) Updates `Selenium.WebDriver` from 4.16.2 to 4.27.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.27.0) --- updated-dependencies: - dependency-name: Selenium.Support dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Selenium.WebDriver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 59628e7 commit d816ad8

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
@@ -11,8 +11,8 @@
1111
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.25" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1313
<PackageReference Include="Selenium.Axe" Version="4.0.14" />
14-
<PackageReference Include="Selenium.Support" Version="4.16.2" />
15-
<PackageReference Include="Selenium.WebDriver" Version="4.16.2" />
14+
<PackageReference Include="Selenium.Support" Version="4.27.0" />
15+
<PackageReference Include="Selenium.WebDriver" Version="4.27.0" />
1616
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="122.0.6261.11100" />
1717
<PackageReference Include="xunit" Version="2.9.2" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">

0 commit comments

Comments
 (0)