Skip to content

Commit

Permalink
Update selenium to v4.26.0 (#414)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 9774813 commit d21b872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ testing {

implementation("com.sun.mail:jakarta.mail:2.0.1")

implementation("org.seleniumhq.selenium:selenium-java:4.25.0")
implementation("org.seleniumhq.selenium:selenium-chrome-driver:4.25.0")
implementation("org.seleniumhq.selenium:selenium-java:4.26.0")
implementation("org.seleniumhq.selenium:selenium-chrome-driver:4.26.0")
implementation("org.assertj:assertj-core:3.26.3")

implementation("com.unboundid:unboundid-ldapsdk:7.0.1")
Expand Down

0 comments on commit d21b872

Please sign in to comment.