Skip to content

Commit

Permalink
Bump cucumberVersion from 7.15.0 to 7.16.0
Browse files Browse the repository at this point in the history
Bumps `cucumberVersion` from 7.15.0 to 7.16.0.

Updates `io.cucumber:cucumber-java` from 7.15.0 to 7.16.0
- [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.15.0...v7.16.0)

Updates `io.cucumber:cucumber-junit-platform-engine` from 7.15.0 to 7.16.0
- [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.15.0...v7.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 22, 2024
1 parent bbcea1d commit 0523661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion junit5-cucumber-selenium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {

junitJupiterVersion = '5.10.2'
junitPlatformSuiteVersion = '1.10.2'
cucumberVersion = '7.15.0'
cucumberVersion = '7.16.0'
seleniumJavaVersion = '4.18.1'
webdrivermanagerVersion = '5.7.0'
}
Expand Down
2 changes: 1 addition & 1 deletion junit5-cucumber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {

junitJupiterVersion = '5.10.2'
junitPlatformSuiteVersion = '1.10.2'
cucumberVersion = '7.15.0'
cucumberVersion = '7.16.0'
}

apply plugin: 'java'
Expand Down

0 comments on commit 0523661

Please sign in to comment.