Skip to content

Commit

Permalink
fix: bump io.cucumber:cucumber-plugin from 7.14.1 to 7.15.0
Browse files Browse the repository at this point in the history
Bumps [io.cucumber:cucumber-plugin](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-plugin
  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 77d1231 commit ba0ce10
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 @@ -28,7 +28,7 @@ dependencies {
implementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
implementation 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
implementation 'com.j2html:j2html:1.6.0'
implementation 'io.cucumber:cucumber-plugin:7.14.1'
implementation 'io.cucumber:cucumber-plugin:7.15.0'

testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'com.approvaltests:approvaltests:22.3.3'
Expand Down

0 comments on commit ba0ce10

Please sign in to comment.