-
Notifications
You must be signed in to change notification settings - Fork 237
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
Update Selenium #1353
Conversation
96ea92f
to
fb10032
Compare
fb10032
to
b0d1b32
Compare
b0d1b32
to
6e4066a
Compare
bb76334
to
7a2aff4
Compare
2b33c7f
to
eb47483
Compare
eb47483
to
b60707b
Compare
b60707b
to
3b64d2c
Compare
3b64d2c
to
abb84bf
Compare
@@ -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> |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 is4.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.
There was a problem hiding this comment.
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 ->
acceptance-test-harness/src/main/java/org/jenkinsci/test/acceptance/po/LabelAxis.java
Line 22 in 84590f9
waitFor(checkBox, Matchers.displayed(), 3); |
upper bounds issues on guave
|
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
4.11.0
->4.14.1
4.11.0
->4.14.1
4.11.0
->4.14.1
4.11.0
->4.14.1
4.11.0
->4.14.1
4.11.0
->4.14.1
4.11.0
->4.14.0
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.
This PR has been generated by Mend Renovate. View repository job log here.