Skip to content

Commit

Permalink
Bump cucumber-junit from 4.7.1 to 4.7.2 in /examples
Browse files Browse the repository at this point in the history
Bumps [cucumber-junit](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 29, 2019
1 parent 2c72803 commit 1a1bd09
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 @@ -11,6 +11,6 @@ dependencies {
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'
testImplementation 'io.cucumber:cucumber-junit:4.7.1'
testImplementation 'io.cucumber:cucumber-junit:4.7.2'
testImplementation 'org.testcontainers:selenium'
}

0 comments on commit 1a1bd09

Please sign in to comment.