Update htmlunit3-driver to 4.46.0 - #387
Conversation
📝 WalkthroughWalkthroughThe Selenium HtmlUnit Driver version constant is updated from ChangesSelenium version update
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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
📒 Files selected for processing (1)
project/Versions.scala
|
|
||
| val selenium = "4.31.0" | ||
| val seleniumHtmlUnitDriver = "4.30.0" | ||
| val seleniumHtmlUnitDriver = "4.46.0" |
There was a problem hiding this comment.
🎯 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.
|
Superseded by |
About this PR
📦 Updates org.seleniumhq.selenium:htmlunit3-driver from
4.30.0to4.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.conffile.Have a fantastic day writing Scala!
⚙ Adjust future updates
Add this to your
.scala-steward.conffile to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency:
Summary by CodeRabbit