Skip to content

Commit

Permalink
Bump Selenium.WebDriver from 4.19.0 to 4.20.0
Browse files Browse the repository at this point in the history
Bumps [Selenium.WebDriver](https://github.com/SeleniumHQ/selenium) from 4.19.0 to 4.20.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.19.0...selenium-4.20.0)

---
updated-dependencies:
- dependency-name: Selenium.WebDriver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and SIkebe committed Apr 25, 2024
1 parent 340fa6a commit e58856f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CookieSample.E2ETests/CookieSample.E2ETests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="ClosedXML" Version="0.102.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.19.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.20.0" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="124.0.6367.7800" />
<PackageReference Include="Selenium.WebDriver.MSEdgeDriver" Version="123.0.2420.65" Condition=" '$(OS)' == 'Windows_NT' " />
<PackageReference Include="xunit" Version="2.7.1" />
Expand Down

0 comments on commit e58856f

Please sign in to comment.