Skip to content

Commit

Permalink
Bump cucumberVersion from 7.18.1 to 7.19.0
Browse files Browse the repository at this point in the history
Bumps `cucumberVersion` from 7.18.1 to 7.19.0.

Updates `io.cucumber:cucumber-java` from 7.18.1 to 7.19.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.18.1...v7.19.0)

Updates `io.cucumber:cucumber-junit` from 7.18.1 to 7.19.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.18.1...v7.19.0)

---
updated-dependencies:
- dependency-name: io.cucumber:cucumber-java
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.cucumber:cucumber-junit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and asolntsev committed Sep 20, 2024
1 parent 7ced48e commit a8e6c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<surefireVersion>3.4.0</surefireVersion>
<cucumberVersion>7.18.1</cucumberVersion>
<cucumberVersion>7.19.0</cucumberVersion>
</properties>

<build>
Expand Down

0 comments on commit a8e6c1c

Please sign in to comment.