Skip to content

Commit

Permalink
Bump io.cucumber:cucumber-java from 7.16.1 to 7.17.0
Browse files Browse the repository at this point in the history
Bumps [io.cucumber:cucumber-java](https://github.com/cucumber/cucumber-jvm) from 7.16.1 to 7.17.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.16.1...v7.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and LarsEckart committed Apr 19, 2024
1 parent b163860 commit 89e66ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'io.cucumber:cucumber-java:7.16.1'
testImplementation 'io.cucumber:cucumber-java:7.17.0'
testImplementation 'io.cucumber:cucumber-junit:7.17.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.2'
testImplementation 'com.approvaltests:approvaltests:23.1.0'
Expand Down

0 comments on commit 89e66ca

Please sign in to comment.