Skip to content

Commit

Permalink
Update dependency io.cucumber:gherkin to v27.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Feb 15, 2024
1 parent 936beb9 commit edf09f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [TestNG] Update dependency org.testng:testng to v7.9.0
- [Core] Update dependency io.cucumber:tag-expressions to v6.1.0
- [Core] Update Messages and dependants ([#2826](https://github.com/cucumber/cucumber-jvm/pull/2826)
- [Core] Update dependency io.cucumber:gherkin to v27.0.0
- [Core] Added Malayalam localization ([#2826](https://github.com/cucumber/cucumber-jvm/pull/2826)
- [Core] Added 'ed' to Italian ([#2826](https://github.com/cucumber/cucumber-jvm/pull/2826)
- [Core] Added 'ed' to Italian ([#31](https://github.com/cucumber/gherkin/issues/160))
- [Core] Added Danish translation of "Rule" ([#2826](https://github.com/cucumber/cucumber-jvm/pull/2826)
- [Core] Added Dutch translation of "Rule" ([#2826](https://github.com/cucumber/cucumber-jvm/pull/2826)
- [Core] Added Esperanto translation of "Rule" ([#2826](https://github.com/cucumber/cucumber-jvm/pull/2826)
- [JUnit Platform] Use JUnit Platform 1.10.2 (JUnit Jupiter 5.10.2)
- [Core] Added Vietnamese translation of "Rule" ([#204](https://github.com/cucumber/gherkin/pull/204))
- [Core] Added Irish translation of "Rule" ([#216](https://github.com/cucumber/gherkin/pull/216))

### Fixed
- [Core] Missing execution steps statuses ([#24](https://github.com/cucumber/cucumber-junit-xml-formatter/pull/24) F. Ahadi)
Expand Down
2 changes: 1 addition & 1 deletion cucumber-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<properties>
<ci-environment.version>10.0.1</ci-environment.version>
<cucumber-expressions.version>17.0.1</cucumber-expressions.version>
<gherkin.version>27.0.0</gherkin.version>
<gherkin.version>28.0.0</gherkin.version>
<html-formatter.version>21.2.0</html-formatter.version>
<junit-xml-formatter.version>0.2.1</junit-xml-formatter.version>
<messages.version>24.0.1</messages.version>
Expand Down

0 comments on commit edf09f1

Please sign in to comment.