Skip to content

Commit

Permalink
Bump io.cucumber:cucumber-java from 7.14.1 to 7.15.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.14.1 to 7.15.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.14.1...v7.15.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 Dec 12, 2023
1 parent 4453b73 commit 39b33e0
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.1'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'io.cucumber:cucumber-java:7.14.1'
testImplementation 'io.cucumber:cucumber-java:7.15.0'
testImplementation 'io.cucumber:cucumber-junit:7.15.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.1'
testImplementation 'com.approvaltests:approvaltests:22.3.3'
Expand Down

0 comments on commit 39b33e0

Please sign in to comment.