Skip to content

Commit fc053fe

Browse files
build(deps): bump the selenium-dependencies group
Bumps the selenium-dependencies group in /src/Appium.Net with 2 updates: [Selenium.Support](https://github.com/SeleniumHQ/selenium) and [Selenium.WebDriver](https://github.com/SeleniumHQ/selenium). Updates `Selenium.Support` from 4.20.0 to 4.21.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.20.0...selenium-4.21.0) Updates `Selenium.WebDriver` from 4.20.0 to 4.21.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.20.0...selenium-4.21.0) --- updated-dependencies: - dependency-name: Selenium.Support dependency-type: direct:production update-type: version-update:semver-minor dependency-group: selenium-dependencies - dependency-name: Selenium.WebDriver dependency-type: direct:production update-type: version-update:semver-minor dependency-group: selenium-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26950da commit fc053fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Appium.Net/Appium.Net.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
<PrivateAssets>all</PrivateAssets>
5959
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6060
</PackageReference>
61-
<PackageReference Include="Selenium.Support" Version="4.20.0" />
62-
<PackageReference Include="Selenium.WebDriver" Version="4.20.0" />
61+
<PackageReference Include="Selenium.Support" Version="4.21.0" />
62+
<PackageReference Include="Selenium.WebDriver" Version="4.21.0" />
6363
<PackageReference Include="System.Drawing.Common" Version="8.0.5" />
6464
</ItemGroup>
6565
<ItemGroup>

0 commit comments

Comments
 (0)