Skip to content

Commit

Permalink
fix(deps): update dependency org.seleniumhq.selenium:selenium-java to…
Browse files Browse the repository at this point in the history
… v4.22.0
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Jul 5, 2024
1 parent 5e71715 commit 1823208
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 @@ -324,7 +324,7 @@ dependencies {
// Accessibility Tests
// Manually adding commons-compress due to https://devhub.checkmarx.com/cve-details/CVE-2024-26308/
accessibilityTestImplementation("org.apache.commons:commons-compress:1.26.2")
accessibilityTestImplementation("org.seleniumhq.selenium:selenium-java:4.21.0")
accessibilityTestImplementation("org.seleniumhq.selenium:selenium-java:4.22.0")
accessibilityTestImplementation("com.deque.html.axe-core:selenium:4.9.1")

// Apache Ant: to generate a single JUnit report
Expand Down

0 comments on commit 1823208

Please sign in to comment.