Skip to content

Commit

Permalink
chore(deps): bump io.cucumber:cucumber-junit-platform-engine (eclipse…
Browse files Browse the repository at this point in the history
…-tractusx#300)

Bumps [io.cucumber:cucumber-junit-platform-engine](https://github.com/cucumber/cucumber-jvm) from 7.11.2 to 7.12.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.11.2...v7.12.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and paullatzelsperger committed May 4, 2023
1 parent f6a7c51 commit fd59b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edc-tests/cucumber/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
testImplementation("org.apache.httpcomponents:httpclient:4.5.14")
testImplementation("org.junit.platform:junit-platform-suite:1.9.3")
testImplementation("io.cucumber:cucumber-java:7.11.2")
testImplementation("io.cucumber:cucumber-junit-platform-engine:7.11.2")
testImplementation("io.cucumber:cucumber-junit-platform-engine:7.12.0")
testImplementation("org.slf4j:slf4j-api:2.0.7")
testImplementation(libs.restAssured)
testImplementation(libs.postgres)
Expand Down

0 comments on commit fd59b23

Please sign in to comment.