Skip to content

Commit

Permalink
fix(deps): update dependency com.deque.html.axe-core:selenium to v4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Feb 13, 2024
1 parent e1e6929 commit 4717ca7
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 @@ -351,7 +351,7 @@ dependencies {

// Accessibility Tests
accessibilityTestImplementation("org.seleniumhq.selenium:selenium-java:4.17.0")
accessibilityTestImplementation("com.deque.html.axe-core:selenium:4.8.1")
accessibilityTestImplementation("com.deque.html.axe-core:selenium:4.8.2")
}

apply(from = "application.gradle.kts")

0 comments on commit 4717ca7

Please sign in to comment.