Skip to content

Commit

Permalink
Bump io.cucumber:cucumber-junit-platform-engine from 7.14.1 to 7.15.0
Browse files Browse the repository at this point in the history
Bumps [io.cucumber:cucumber-junit-platform-engine](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-junit-platform-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ilyavy committed Dec 28, 2023
1 parent 1a43ab1 commit bb2238a
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 @@ -84,7 +84,7 @@ testing {

implementation('org.testcontainers:junit-jupiter:1.19.3')
implementation("io.cucumber:cucumber-java:7.14.1")
implementation("io.cucumber:cucumber-junit-platform-engine:7.14.1")
implementation("io.cucumber:cucumber-junit-platform-engine:7.15.0")
}
}
}
Expand Down

0 comments on commit bb2238a

Please sign in to comment.