Skip to content

Bump org.seleniumhq.selenium:selenium-java from 4.43.0 to 4.44.0#5917

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.seleniumhq.selenium-selenium-java-4.44.0
Closed

Bump org.seleniumhq.selenium:selenium-java from 4.43.0 to 4.44.0#5917
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.seleniumhq.selenium-selenium-java-4.44.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps org.seleniumhq.selenium:selenium-java from 4.43.0 to 4.44.0.

Release notes

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

Selenium 4.44.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

... (truncated)

Commits

Dependabot compatibility score

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 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)

Bumps [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) from 4.43.0 to 4.44.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.43.0...selenium-4.44.0)

---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-java
  dependency-version: 4.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@iliyan-velichkov iliyan-velichkov force-pushed the dependabot/maven/org.seleniumhq.selenium-selenium-java-4.44.0 branch from d1973ee to c2b15da Compare May 18, 2026 09:14
@iliyan-velichkov
Copy link
Copy Markdown
Contributor

Blocking on a Selenide / Selenium compatibility gap — closing for now.

Why this fails:

  • Selenium 4.43.0 bundles CDP v145, v146, v147; Selenium 4.44.0 drops v145 and bundles v146, v147, v148.
  • Selenide 7.16.1 (current latest on Maven Central, released 2026-05-05 against Selenium 4.43.0) has a hard compile-time import on org.openqa.selenium.devtools.v145.page.Page in WebdriverPhotographer. With 4.44.0 on the classpath that class is gone, so any screenshot attempt fails with NoClassDefFoundError — which is exactly the IT failure here.
  • There is no Selenide flag to disable the DevTools screenshot path; Configuration.screenshots=false only suppresses on-failure screenshots entirely.

We'll re-bump once Selenide ships a release built against Selenium 4.44.0 (likely 7.17.x).

@dependabot ignore this version

@dependabot dependabot Bot closed this May 18, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

OK, I won't notify you about org.seleniumhq.selenium:selenium-java again, unless you re-open this PR.

@dependabot dependabot Bot deleted the dependabot/maven/org.seleniumhq.selenium-selenium-java-4.44.0 branch May 18, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant