Skip to content

Commit

Permalink
Bump Selenium.Support, Selenium.WebDriver, System.Numerics.Vectors an…
Browse files Browse the repository at this point in the history
…d System.Threading.Tasks.Extensions

Bumps [Selenium.Support](https://github.com/SeleniumHQ/selenium), [Selenium.WebDriver](https://github.com/SeleniumHQ/selenium), System.Numerics.Vectors and System.Threading.Tasks.Extensions. These dependencies needed to be updated together.

Updates `Selenium.Support` from 4.23.0 to 4.26.1
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Updates `Selenium.WebDriver` from 4.23.0 to 4.26.1
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Updates `System.Numerics.Vectors` from 4.5.0 to 4.4.0

Updates `System.Threading.Tasks.Extensions` from 4.5.4 to 4.5.4

---
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
- dependency-name: System.Numerics.Vectors
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Threading.Tasks.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent d8a9708 commit 83501ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/BaseSeleniumTest/BaseSeleniumTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</PackageReference>
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
<PackageReference Include="Selenium.Support" Version="4.23.0" />
<PackageReference Include="Selenium.Support" Version="4.26.1" />
<PackageReference Include="Selenium.WebDriver" Version="4.26.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
Expand Down

0 comments on commit 83501ae

Please sign in to comment.