Skip to content

Commit 5ef6033

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.15.0 to 4.16.2 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits) Updates `Selenium.WebDriver` from 4.15.0 to 4.16.2 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits) --- 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 da0da9b commit 5ef6033

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,8 +10,8 @@
1010
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.25" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1212
<PackageReference Include="Selenium.Axe" Version="4.0.14" />
13-
<PackageReference Include="Selenium.Support" Version="4.15.0" />
14-
<PackageReference Include="Selenium.WebDriver" Version="4.15.0" />
13+
<PackageReference Include="Selenium.Support" Version="4.16.2" />
14+
<PackageReference Include="Selenium.WebDriver" Version="4.16.2" />
1515
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="112.0.5615.4900" />
1616
<PackageReference Include="xunit" Version="2.6.2" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">

0 commit comments

Comments
 (0)