Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/examples/io.cu…
Browse files Browse the repository at this point in the history
…cumber-cucumber-java-7.2.2' into combined-pr-branch
  • Loading branch information
kiview committed Jan 13, 2022
2 parents be15da9 + 5d45556 commit b2c1e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cucumber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation 'org.seleniumhq.selenium:selenium-remote-driver:3.141.59'
implementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.141.59'
testImplementation 'io.cucumber:cucumber-java:7.1.0'
testImplementation 'io.cucumber:cucumber-java:7.2.2'
testImplementation 'io.cucumber:cucumber-junit:7.2.2'
testImplementation 'org.testcontainers:selenium'
}

0 comments on commit b2c1e5b

Please sign in to comment.