We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f1d24 commit 67ca5e7Copy full SHA for 67ca5e7
examples/cucumber/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
implementation 'org.seleniumhq.selenium:selenium-remote-driver:3.14.0'
11
implementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.14.0'
12
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.14.0'
13
- implementation 'io.cucumber:cucumber-java:4.5.0'
+ implementation 'io.cucumber:cucumber-java:4.5.1'
14
testImplementation 'io.cucumber:cucumber-junit:4.5.0'
15
testImplementation 'org.testcontainers:selenium'
16
}
0 commit comments