Skip to content

Update htmlunit3-driver to 4.46.0 - #387

Closed
scala-steward wants to merge 1 commit into
sake92:masterfrom
scala-steward:update/htmlunit3-driver-4.46.0
Closed

Update htmlunit3-driver to 4.46.0#387
scala-steward wants to merge 1 commit into
sake92:masterfrom
scala-steward:update/htmlunit3-driver-4.46.0

Conversation

@scala-steward

@scala-steward scala-steward commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

About this PR

📦 Updates org.seleniumhq.selenium:htmlunit3-driver from 4.30.0 to 4.46.0

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.seleniumhq.selenium", artifactId = "htmlunit3-driver" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.seleniumhq.selenium", artifactId = "htmlunit3-driver" }
}]
labels: test-library-update, early-semver-minor, semver-spec-minor, commit-count:1

Summary by CodeRabbit

  • Improvements
    • Updated browser automation support to a newer release, improving compatibility and reliability when running automated browser-based workflows.
    • No other application behavior or configuration changes are included.

@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The Selenium HtmlUnit Driver version constant is updated from 4.30.0 to 4.46.0.

Changes

Selenium version update

Layer / File(s) Summary
Update Selenium HtmlUnit Driver version
project/Versions.scala
The seleniumHtmlUnitDriver version constant is changed to 4.46.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: upgrading htmlunit3-driver to version 4.46.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@project/Versions.scala`:
- Line 19: Align the Selenium dependency versions in the Versions definitions by
updating V.selenium to match seleniumHtmlUnitDriver at 4.46.0, ensuring
build.sbt resolves compatible Selenium modules consistently.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 1bf2e5bf-2187-4cf9-83da-536e06f172ee

📥 Commits

Reviewing files that changed from the base of the PR and between 559d884 and eec0885.

📒 Files selected for processing (1)
  • project/Versions.scala

Comment thread project/Versions.scala

val selenium = "4.31.0"
val seleniumHtmlUnitDriver = "4.30.0"
val seleniumHtmlUnitDriver = "4.46.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

Keep the Selenium versions aligned. build.sbt still pulls selenium-java from V.selenium at 4.31.0, while seleniumHtmlUnitDriver is bumped to 4.46.0. That mismatch can evict or mix incompatible Selenium modules at test compile/runtime; update V.selenium with this change or keep the driver on a compatible release.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@project/Versions.scala` at line 19, Align the Selenium dependency versions in
the Versions definitions by updating V.selenium to match seleniumHtmlUnitDriver
at 4.46.0, ensuring build.sbt resolves compatible Selenium modules consistently.

@scala-steward

Copy link
Copy Markdown
Contributor Author

Superseded by

@scala-steward
scala-steward deleted the update/htmlunit3-driver-4.46.0 branch August 13, 2026 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant