Skip to content

Commit

Permalink
Update selenium to v4.15.0 (#322)
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] committed Nov 1, 2023
1 parent b362be7 commit da41e5c
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.14.1")
implementation("org.seleniumhq.selenium:selenium-chrome-driver:4.14.1")
implementation("org.seleniumhq.selenium:selenium-java:4.15.0")
implementation("org.seleniumhq.selenium:selenium-chrome-driver:4.15.0")
implementation("org.assertj:assertj-core:3.24.2")

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

0 comments on commit da41e5c

Please sign in to comment.