Skip to content

Commit

Permalink
Bump cucumber-junit from 5.5.0 to 5.6.0 in /examples
Browse files Browse the repository at this point in the history
Bumps [cucumber-junit](https://github.com/cucumber/cucumber-jvm) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/master/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v5.5.0...v5.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Apr 12, 2020
1 parent 0b7e72f commit 5bbac3a
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'
testImplementation 'io.cucumber:cucumber-junit:5.5.0'
testImplementation 'io.cucumber:cucumber-junit:5.6.0'
testImplementation 'io.cucumber:cucumber-java:5.5.0'
testImplementation 'org.testcontainers:selenium'
}

0 comments on commit 5bbac3a

Please sign in to comment.