Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump version.selenium from 4.26.0 to 4.27.0 #473

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps version.selenium from 4.26.0 to 4.27.0.
Updates org.seleniumhq.selenium:selenium-chrome-driver from 4.26.0 to 4.27.0

Release notes

Sourced from org.seleniumhq.selenium:selenium-chrome-driver's releases.

Selenium 4.27.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

... (truncated)

Commits
  • d6e718d [build] Prepare for release of Selenium 4.27.0 (#14780)
  • 4b7d174 [rb] Downgrade steep to 1.5.2 to avoid issues on windows based pipelines (#14...
  • e2e9ac5 [py] Deprecate CDP methods on Firefox (#14787)
  • 99ee404 [java] search windows by name without recursion #14782
  • e9c09a2 [rb] Deprecate CDP methods on Firefox (#14763)
  • b1828bf [py]: replace dead battery imghdr with filetype (#14771)
  • e2b33c6 [dotnet] Address warnings for Firefox devtool depreciations (#14786)
  • 0954cca [dotnet] Modernize exception handling in tests via assert that throws (#14776)
  • 60e3171 [java] close the running Server in unittests if a retry is needed
  • 192b2d5 [grid] avoid starting a session which will be disposed after start
  • Additional commits viewable in compare view

Updates org.seleniumhq.selenium:selenium-support from 4.26.0 to 4.27.0

Release notes

Sourced from org.seleniumhq.selenium:selenium-support's releases.

Selenium 4.27.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

... (truncated)

Commits
  • d6e718d [build] Prepare for release of Selenium 4.27.0 (#14780)
  • 4b7d174 [rb] Downgrade steep to 1.5.2 to avoid issues on windows based pipelines (#14...
  • e2e9ac5 [py] Deprecate CDP methods on Firefox (#14787)
  • 99ee404 [java] search windows by name without recursion #14782
  • e9c09a2 [rb] Deprecate CDP methods on Firefox (#14763)
  • b1828bf [py]: replace dead battery imghdr with filetype (#14771)
  • e2b33c6 [dotnet] Address warnings for Firefox devtool depreciations (#14786)
  • 0954cca [dotnet] Modernize exception handling in tests via assert that throws (#14776)
  • 60e3171 [java] close the running Server in unittests if a retry is needed
  • 192b2d5 [grid] avoid starting a session which will be disposed after start
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.seleniumhq.selenium:selenium-chrome-driver [>= 4.1.a, < 4.2]
org.seleniumhq.selenium:selenium-support [>= 4.1.a, < 4.2]
org.seleniumhq.selenium:selenium-chrome-driver [>= 4.0.a, < 4.1]
org.seleniumhq.selenium:selenium-support [>= 4.0.a, < 4.1]
org.seleniumhq.selenium:selenium-chrome-driver [>= 4.2.a, < 4.3]
org.seleniumhq.selenium:selenium-support [>= 4.2.a, < 4.3]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 26, 2024
@sventorben sventorben added the ignore-for-release Not included in release notes label Nov 26, 2024
Bumps `version.selenium` from 4.26.0 to 4.27.0.

Updates `org.seleniumhq.selenium:selenium-chrome-driver` from 4.26.0 to 4.27.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.26.0...selenium-4.27.0)

Updates `org.seleniumhq.selenium:selenium-support` from 4.26.0 to 4.27.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.26.0...selenium-4.27.0)

---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-chrome-driver
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-support
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/version.selenium-4.27.0 branch from 6d2dd0d to 0cd55c5 Compare December 4, 2024 06:19
@sventorben sventorben merged commit a440ee8 into main Dec 4, 2024
14 checks passed
@sventorben sventorben deleted the dependabot/maven/version.selenium-4.27.0 branch December 4, 2024 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ignore-for-release Not included in release notes java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant