Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
hopefully fix selenium version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Mar 25, 2023
1 parent c9aa7d1 commit 97786a3
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 @@ -65,7 +65,7 @@ dependencies {
testImplementation("ch.qos.logback:logback-classic:1.4.5")

testImplementation("org.seleniumhq.selenium:selenium-opera-driver:4.4.0")
testImplementation("org.seleniumhq.selenium:selenium-chrome-driver:4.8.1")
testImplementation("org.seleniumhq.selenium:selenium-chrome-driver:4.8.0")
testImplementation("org.seleniumhq.selenium:selenium-java:4.8.0")
testImplementation("io.github.bonigarcia:selenium-jupiter:4.3.3")

Expand Down

0 comments on commit 97786a3

Please sign in to comment.