axe-core-maven-html icon indicating copy to clipboard operation
axe-core-maven-html copied to clipboard

Selenium dropped support for Java 8

Open Zidious opened this issue 2 years ago • 0 comments

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:

image

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/

Zidious avatar Oct 11 '23 15:10 Zidious