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.18.1
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Feb 20, 2024
1 parent db9494c commit a8d9851
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 @@ -350,7 +350,7 @@ dependencies {
implementation("gg.jte:jte-kotlin:$jteVersion")

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

Expand Down

0 comments on commit a8d9851

Please sign in to comment.