Skip to content

Commit 5238738

Browse files
kiviewAnna Chernyshova
andcommitted
Update selenium dep in cucumber examples
Co-authored-by: Anna Chernyshova <[email protected]>
1 parent 636e814 commit 5238738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cucumber/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
testImplementation 'org.seleniumhq.selenium:selenium-java:4.1.0'
10+
testImplementation 'org.seleniumhq.selenium:selenium-java:4.1.1'
1111
testImplementation 'io.cucumber:cucumber-java:7.1.0'
1212
testImplementation 'io.cucumber:cucumber-junit:7.1.0'
1313
testImplementation 'org.testcontainers:selenium'

0 commit comments

Comments
 (0)