Skip to content

Commit

Permalink
fix(deps): update dependency com.deque.html.axe-core:selenium to v4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed May 17, 2024
1 parent 10ce49f commit 6bab644
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.26.1")
accessibilityTestImplementation("org.seleniumhq.selenium:selenium-java:4.20.0")
accessibilityTestImplementation("com.deque.html.axe-core:selenium:4.9.0")
accessibilityTestImplementation("com.deque.html.axe-core:selenium:4.9.1")

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

0 comments on commit 6bab644

Please sign in to comment.