Skip to content

Commit

Permalink
Bump io.cucumber:cucumber-java from 7.14.0 to 7.14.1
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.0 to 7.14.1.
- [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.0...v7.14.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and LarsEckart committed Nov 27, 2023
1 parent 15e2669 commit 021c9ae
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.0'
testImplementation 'io.cucumber:cucumber-java:7.14.1'
testImplementation 'io.cucumber:cucumber-junit:7.14.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.1'
testImplementation 'com.approvaltests:approvaltests:22.3.2'
Expand Down

0 comments on commit 021c9ae

Please sign in to comment.