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

Update Selenium to v4.18.1 - autoclosed #1411

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.seleniumhq.selenium:selenium-java (source) 4.14.1 -> 4.18.1 age adoption passing confidence
org.seleniumhq.selenium:selenium-support (source) 4.14.0 -> 4.18.1 age adoption passing confidence
org.seleniumhq.selenium:selenium-safari-driver (source) 4.14.0 -> 4.18.1 age adoption passing confidence
org.seleniumhq.selenium:selenium-java (source) 4.14.0 -> 4.18.1 age adoption passing confidence
org.seleniumhq.selenium:selenium-firefox-driver (source) 4.14.0 -> 4.18.1 age adoption passing confidence
org.seleniumhq.selenium:selenium-chrome-driver (source) 4.14.0 -> 4.18.1 age adoption passing confidence
org.seleniumhq.selenium:selenium-api (source) 4.14.0 -> 4.18.1 age adoption passing confidence

Release Notes

SeleniumHQ/selenium (org.seleniumhq.selenium:selenium-java)

v4.18.1

v4.18.0

v4.17.0

v4.16.0

v4.15.0


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 6, 2023
@renovate renovate bot force-pushed the renovate/selenium branch 2 times, most recently from 63043ba to 430f4d1 Compare November 17, 2023 13:56
@renovate renovate bot changed the title Update Selenium to v4.15.0 Update Selenium to v4.16.0 Dec 6, 2023
@renovate renovate bot changed the title Update Selenium to v4.16.0 Update Selenium Dec 7, 2023
@renovate renovate bot changed the title Update Selenium Update Selenium to v4.16.1 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/selenium branch 3 times, most recently from 6cca3d5 to 4365146 Compare December 18, 2023 17:23
@renovate renovate bot force-pushed the renovate/selenium branch 3 times, most recently from 95677ee to edccf73 Compare January 3, 2024 21:59
@renovate renovate bot changed the title Update Selenium to v4.16.1 Update Selenium to v4.17.0 Jan 23, 2024
@renovate renovate bot force-pushed the renovate/selenium branch 3 times, most recently from 1f1e47b to 3f834ec Compare January 31, 2024 21:58
@renovate renovate bot changed the title Update Selenium to v4.17.0 Update Selenium to v4.18.0 Feb 19, 2024
@renovate renovate bot changed the title Update Selenium to v4.18.0 Update Selenium to v4.18.1 Feb 20, 2024
@cathychan
Copy link

[2024-02-20T04:00:31.147Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project acceptance-test-harness: Could not resolve dependencies for project org.jenkins-ci:acceptance-test-harness:jar:999999-SNAPSHOT: The following artifacts could not be resolved: org.seleniumhq.selenium:lift:jar:4.18.1 (absent): Could not find artifact org.seleniumhq.selenium:lift:jar:4.18.1 in repo.jenkins-ci.org (https://repo.jenkins-ci.org/public/)

is caused by the deprecation of org.seleniumhq.selenium:lift since 4.14.1: https://github.com/SeleniumHQ/selenium/blob/d65e38e34fc6ac29b7c2c62cc0b924d7f8762e6d/java/CHANGELOG#L177-L186

v4.14.1

  • Add print, activate and set viewport commands to Browsing Context
  • Remove deprecated lift packages (#12917)
  • Add validation for browsing context id (#12920)
  • Fix default values for print options page size
  • Use the java process builder to run external processes (#12898)
  • Allow a custom timeout when shutting down a process
  • Replacing Guava implementations with native Java implementations
  • Allow setting version in Http Client Config (#12919)

I propose to either pin the package at the last released version 4.14.0 (

<groupId>org.seleniumhq.selenium</groupId>
<artifactId>lift</artifactId>
<version>${selenium.version}</version>
</dependency>
) to unblock this bump, and remove its usage entirely in the long run. See also #1407.

@timja
Copy link
Member

timja commented Mar 1, 2024

Lets remove it

@renovate renovate bot changed the title Update Selenium to v4.18.1 Update Selenium to v4.18.1 - autoclosed Mar 9, 2024
@renovate renovate bot closed this Mar 9, 2024
@renovate renovate bot deleted the renovate/selenium branch March 9, 2024 15:29
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 skip-artifact-caching-proxy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants