Skip to content

Commit

Permalink
Bump cucumber-java from 4.7.1 to 4.7.2 in /examples
Browse files Browse the repository at this point in the history
Bumps [cucumber-java](https://github.com/cucumber/cucumber-jvm) from 4.7.1 to 4.7.2.
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/master/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v4.7.1...v4.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 30, 2019
1 parent 6e7546a commit 84cfc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cucumber/build.gradle
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation 'org.seleniumhq.selenium:selenium-remote-driver:3.14.0'
implementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.14.0'
implementation 'io.cucumber:cucumber-java:4.7.1'
implementation 'io.cucumber:cucumber-java:4.7.2'
testImplementation 'io.cucumber:cucumber-junit:4.7.2'
testImplementation 'org.testcontainers:selenium'
}

0 comments on commit 84cfc47

Please sign in to comment.