Skip to content

Commit

Permalink
Bump cucumber-junit from 4.3.0 to 4.3.1 in /examples (#1461)
Browse files Browse the repository at this point in the history
Bumps [cucumber-junit](https://github.com/cucumber/cucumber-jvm) from 4.3.0 to 4.3.1.
- [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.3.0...v4.3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and Richard North committed May 15, 2019
1 parent 2f1bce9 commit 88014b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cucumber/build.gradle
Expand Up @@ -11,6 +11,6 @@ dependencies {
implementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.14.0'
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.14.0'
implementation 'io.cucumber:cucumber-java:4.3.1'
testImplementation 'io.cucumber:cucumber-junit:4.3.0'
testImplementation 'io.cucumber:cucumber-junit:4.3.1'
testImplementation 'org.testcontainers:selenium'
}

0 comments on commit 88014b3

Please sign in to comment.