Skip to content

Commit

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

Updates `io.cucumber:cucumber-java` from 7.19.0 to 7.20.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.19.0...v7.20.0)

Updates `io.cucumber:cucumber-junit-platform-engine` from 7.19.0 to 7.20.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.19.0...v7.20.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 Oct 7, 2024
1 parent f14a2e6 commit 44faef5
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.11.1'
junitPlatformSuiteVersion = '1.11.1'
cucumberVersion = '7.19.0'
cucumberVersion = '7.20.0'
seleniumJavaVersion = '4.25.0'
webdrivermanagerVersion = '5.9.2'
}
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.11.1'
junitPlatformSuiteVersion = '1.11.1'
cucumberVersion = '7.19.0'
cucumberVersion = '7.20.0'
}

apply plugin: 'java'
Expand Down

0 comments on commit 44faef5

Please sign in to comment.