Skip to content

Commit d17023d

Browse files
committed
Update dependency io.cucumber:gherkin to v33.1.0
1 parent 4eb1e61 commit d17023d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
## [Unreleased]
1313
### Changed
14-
- [Core] Show all steps in progress formatter ([#3029](https://github.com/cucumber/cucumber-jvm/pull/3029) M.P. Korstanje)
14+
- [Core] Show both steps and hooks in progress formatter ([#3029](https://github.com/cucumber/cucumber-jvm/pull/3029) M.P. Korstanje)
15+
- [Core] Use a more consistent definition of whitespace ([gherkin/#442](github.com/cucumber/gherkin/pull/442) M.P. Korstanje)
16+
- [Core] Improve Gherkin parser performance ([gherkin/#436](github.com/cucumber/gherkin/pull/436) Julien Kronegg, M.P. Korstanje)
17+
1518

1619
## [7.26.0] - 2025-07-14
1720
### Added

cucumber-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<properties>
1616
<ci-environment.version>10.0.1</ci-environment.version>
1717
<cucumber-expressions.version>18.0.1</cucumber-expressions.version>
18-
<gherkin.version>33.0.0</gherkin.version>
18+
<gherkin.version>33.1.0</gherkin.version>
1919
<html-formatter.version>21.13.0</html-formatter.version>
2020
<junit-xml-formatter.version>0.8.0</junit-xml-formatter.version>
2121
<messages.version>28.1.0</messages.version>

0 commit comments

Comments
 (0)