Skip to content

Commit

Permalink
Update selenium to v4.8.3 (#249)
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 Mar 27, 2023
1 parent 29b7987 commit 234f912
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.8.2")
implementation("org.seleniumhq.selenium:selenium-chrome-driver:4.8.2")
implementation("org.seleniumhq.selenium:selenium-java:4.8.3")
implementation("org.seleniumhq.selenium:selenium-chrome-driver:4.8.3")
implementation("org.assertj:assertj-core:3.24.2")

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

0 comments on commit 234f912

Please sign in to comment.