Skip to content

Commit

Permalink
fix: bump io.cucumber:cucumber-plugin from 7.21.0 to 7.21.1
Browse files Browse the repository at this point in the history
Bumps [io.cucumber:cucumber-plugin](https://github.com/cucumber/cucumber-jvm) from 7.21.0 to 7.21.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.21.0...v7.21.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent f4aa869 commit c2e76fb
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.11.4'
implementation 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
implementation 'com.j2html:j2html:1.6.0'
implementation 'io.cucumber:cucumber-plugin:7.21.0'
implementation 'io.cucumber:cucumber-plugin:7.21.1'

testImplementation 'org.assertj:assertj-core:3.27.3'
testImplementation 'com.approvaltests:approvaltests:24.16.0'
Expand Down

0 comments on commit c2e76fb

Please sign in to comment.