axe-core-maven-html
axe-core-maven-html copied to clipboard
Selenium dropped support for Java 8
As of Selenium 4.14 Selenium dropped support for Java 8 and require a minimum of Java 11. This caused our dependabot updates to fail as we use Java 8 only:
https://github.com/dequelabs/axe-core-maven-html/actions/runs/6483770449/job/17607261239?pr=376#step:6:9759
We should look at updating our Selenium package to support later versions of Selenium-java
Useful resources:
https://github.com/SeleniumHQ/selenium/issues/11526 https://github.com/SeleniumHQ/selenium/pull/12843 https://www.selenium.dev/blog/2023/java-8-support/