Skip to content

Commit

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

Updates `io.cucumber:cucumber-java` from 7.20.0 to 7.20.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.20.0...v7.20.1)

Updates `io.cucumber:cucumber-junit` from 7.20.0 to 7.20.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.20.0...v7.20.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and asolntsev committed Oct 10, 2024
1 parent ea16ed9 commit a13b288
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.5.1</surefireVersion>
<cucumberVersion>7.20.0</cucumberVersion>
<cucumberVersion>7.20.1</cucumberVersion>
</properties>

<build>
Expand Down

0 comments on commit a13b288

Please sign in to comment.