Skip to content

Commit

Permalink
Bump Selenium.Support and Selenium.WebDriver in /src
Browse files Browse the repository at this point in the history
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.17.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.17.0)

Updates `Selenium.WebDriver` from 4.16.2 to 4.17.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.17.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]>
  • Loading branch information
dependabot[bot] authored and hocinehacherouf committed Jan 23, 2024
1 parent 2e58eee commit 00e4574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IoTHub.Portal.Tests.E2E/IoTHub.Portal.Tests.E2E.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="3.10.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
<PackageReference Include="Selenium.Support" Version="4.16.2" />
<PackageReference Include="Selenium.WebDriver" Version="4.16.2" />
<PackageReference Include="Selenium.Support" Version="4.17.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.17.0" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="118.0.5993.7000" />
</ItemGroup>

Expand Down

0 comments on commit 00e4574

Please sign in to comment.