Summary
The axe-core-selenium Maven package (com.deque.html.axe-core:selenium) currently bundles selenium-java at version 4.13.0, which is significantly behind the current latest release of 4.41.0. This version mismatch is causing compatibility issues for customers running modern Selenium-based test frameworks and is a blocker for adoption of the latest axe-core-selenium release.
Acceptance Criteria:
The selenium-java dependency in com.deque.html.axe-core:selenium should be updated to the latest stable version (4.41.0) or, preferably, declared as a provided/optional dependency with a broad compatible version range so that customers can manage their own Selenium version without conflicts.