Skip to content

Commit

Permalink
fix(deps): update dependency com.deque.html.axe-core:selenium to v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Oct 11, 2024
1 parent cd89737 commit ccd9406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ dependencies {
// Manually adding commons-compress due to https://devhub.checkmarx.com/cve-details/CVE-2024-26308/
accessibilityTestImplementation("org.apache.commons:commons-compress:1.27.1")
accessibilityTestImplementation("org.seleniumhq.selenium:selenium-java:4.25.0")
accessibilityTestImplementation("com.deque.html.axe-core:selenium:4.9.1")
accessibilityTestImplementation("com.deque.html.axe-core:selenium:4.10.0")

// Apache Ant: to generate a single JUnit report
antJUnit("org.apache.ant", "ant-junit", "1.10.15")
Expand Down

0 comments on commit ccd9406

Please sign in to comment.