File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,14 @@ repositories {
77}
88
99dependencies {
10- implementation ' org.seleniumhq.selenium:selenium-remote-driver:3.141.59'
11- implementation ' org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
12- implementation ' org.seleniumhq.selenium:selenium-chrome-driver:3.141.59'
13- testImplementation ' io.cucumber:cucumber-java:7.12.0'
14- testImplementation ' io.cucumber:cucumber-junit:7.12.0'
10+ implementation platform(' org.seleniumhq.selenium:selenium-bom:4.10.0' )
11+ implementation ' org.seleniumhq.selenium:selenium-remote-driver'
12+ implementation ' org.seleniumhq.selenium:selenium-firefox-driver'
13+ implementation ' org.seleniumhq.selenium:selenium-chrome-driver'
14+
15+ testImplementation platform(' io.cucumber:cucumber-bom:7.12.1' )
16+ testImplementation ' io.cucumber:cucumber-java'
17+ testImplementation ' io.cucumber:cucumber-junit'
1518 testImplementation ' org.testcontainers:selenium'
1619 testImplementation ' org.assertj:assertj-core:3.24.2'
1720}
You can’t perform that action at this time.
0 commit comments