Skip to content

Commit

Permalink
Update selenium to v4.16.1 (#334)
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 Jan 3, 2024
1 parent d0f1df9 commit 31fc35d
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.15.0")
implementation("org.seleniumhq.selenium:selenium-chrome-driver:4.15.0")
implementation("org.seleniumhq.selenium:selenium-java:4.16.1")
implementation("org.seleniumhq.selenium:selenium-chrome-driver:4.16.1")
implementation("org.assertj:assertj-core:3.25.1")

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

0 comments on commit 31fc35d

Please sign in to comment.