Skip to content
New issue

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

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

Already on GitHub? # to your account

Update Selenium #1353

Merged
merged 2 commits into from
Oct 31, 2023
Merged

Update Selenium #1353

merged 2 commits into from
Oct 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 3, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v4.14.0

v4.13.0

v4.12.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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 Sep 3, 2023
@renovate renovate bot force-pushed the renovate/selenium branch from 96ea92f to fb10032 Compare September 4, 2023 22:33
@renovate renovate bot changed the title Update Selenium to v4.12.0 Update Selenium to v4.12.1 Sep 4, 2023
@renovate renovate bot force-pushed the renovate/selenium branch from fb10032 to b0d1b32 Compare September 5, 2023 17:36
@timja timja enabled auto-merge (squash) September 5, 2023 17:36
@renovate renovate bot force-pushed the renovate/selenium branch from b0d1b32 to 6e4066a Compare September 9, 2023 03:02
@renovate renovate bot force-pushed the renovate/selenium branch 3 times, most recently from bb76334 to 7a2aff4 Compare September 25, 2023 20:28
@renovate renovate bot changed the title Update Selenium to v4.12.1 Update Selenium Sep 25, 2023
@renovate renovate bot changed the title Update Selenium Update Selenium to v4.13.0 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/selenium branch 3 times, most recently from 2b33c7f to eb47483 Compare October 10, 2023 06:33
@renovate renovate bot changed the title Update Selenium to v4.13.0 Update Selenium to v4.14.0 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/selenium branch from eb47483 to b60707b Compare October 12, 2023 16:17
@renovate renovate bot changed the title Update Selenium to v4.14.0 Update Selenium Oct 12, 2023
@renovate renovate bot force-pushed the renovate/selenium branch from b60707b to 3b64d2c Compare October 18, 2023 21:51
@renovate renovate bot force-pushed the renovate/selenium branch from 3b64d2c to abb84bf Compare October 22, 2023 18:37
@@ -31,7 +31,7 @@
<changelist>999999-SNAPSHOT</changelist>
<spotbugs.skip>true</spotbugs.skip>
<jenkins.version>2.428</jenkins.version>
<selenium.version>4.11.0</selenium.version>
<selenium.version>4.14.0</selenium.version>
Copy link
Member

@jtnord jtnord Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is going on here? this is 4.14.0 yet the image is 4.14.1 - they should be identical!?
https://search.maven.org/artifact/org.seleniumhq.selenium/selenium-bom/4.14.1/pom

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is going on here? this is 4.14.0 yet the image is 4.14.1 - they should be identical!? https://search.maven.org/artifact/org.seleniumhq.selenium/selenium-bom/4.14.1/pom

so we are not using the bom and lift has not been released.

Copy link
Member

@jtnord jtnord Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only used in one place according to GitHub search of the repo ->

@jtnord
Copy link
Member

jtnord commented Oct 31, 2023

upper bounds issues on guave

[2023-10-22T18:45:13.291Z] [ERROR] Failed while enforcing RequireUpperBoundDeps. The error(s) are [
[2023-10-22T18:45:13.291Z] [ERROR] Require upper bound dependencies error for com.google.guava:guava:32.0.0-jre paths to dependency are:
[2023-10-22T18:45:13.292Z] [ERROR] +-org.jenkins-ci:acceptance-test-harness:999999-SNAPSHOT
[2023-10-22T18:45:13.292Z] [ERROR]   +-com.google.guava:guava:32.0.0-jre
[2023-10-22T18:45:13.292Z] [ERROR] and
[2023-10-22T18:45:13.292Z] [ERROR] +-org.jenkins-ci:acceptance-test-harness:999999-SNAPSHOT
[2023-10-22T18:45:13.293Z] [ERROR]   +-com.browserup:browserup-proxy-core:2.1.2
[2023-10-22T18:45:13.293Z] [ERROR]     +-com.google.guava:guava:28.2-jre [runtime]
[2023-10-22T18:45:13.293Z] [ERROR] and
[2023-10-22T18:45:13.293Z] [ERROR] +-org.jenkins-ci:acceptance-test-harness:999999-SNAPSHOT
[2023-10-22T18:45:13.294Z] [ERROR]   +-org.seleniumhq.selenium:selenium-chrome-driver:4.14.0
[2023-10-22T18:45:13.294Z] [ERROR]     +-com.google.guava:guava:32.1.2-jre
[2023-10-22T18:45:13.294Z] [ERROR] and
[2023-10-22T18:45:13.295Z] [ERROR] +-org.jenkins-ci:acceptance-test-harness:999999-SNAPSHOT
[2023-10-22T18:45:13.295Z] [ERROR]   +-org.seleniumhq.selenium:selenium-firefox-driver:4.14.0
[2023-10-22T18:45:13.295Z] [ERROR]     +-com.google.guava:guava:32.1.2-jre

pom.xml Outdated Show resolved Hide resolved
@renovate
Copy link
Contributor Author

renovate bot commented Oct 31, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@timja timja merged commit 487c387 into master Oct 31, 2023
@timja timja deleted the renovate/selenium branch October 31, 2023 17:02
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants