Skip to content

Commit

Permalink
Bump cucumber-java from 7.1.0 to 7.2.2 in /examples
Browse files Browse the repository at this point in the history
Bumps [cucumber-java](https://github.com/cucumber/cucumber-jvm) from 7.1.0 to 7.2.2.
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.1.0...v7.2.2)

---
updated-dependencies:
- dependency-name: io.cucumber:cucumber-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 11, 2022
1 parent d0c4ced commit 3addbd1
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.1.0'
testImplementation 'org.testcontainers:selenium'
}

0 comments on commit 3addbd1

Please sign in to comment.