Skip to content

Commit

Permalink
Update dependency io.cucumber:cucumber-expressions to v17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Mar 21, 2024
1 parent e0bd470 commit 917dad6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- [Core] Improved support for multiple classloaders in IncrementingUuidGenerator ([#2853](https://github.com/cucumber/cucumber-jvm/pull/2853) J. Kronegg)
- [Java] Assume numbers use either a comma or period for the thousands separator instead of non-breaking spaces. ([#290](https://github.com/cucumber/cucumber-expressions/pull/290))
- [JUnit Platform Engine] Improve the cucumber.features warning ([#2856](https://github.com/cucumber/cucumber-expressions/pull/2856) M.P. Korstanje)

### Changed
- [TestNG] Update dependency org.testng:testng to v7.9.0
- [Core] Update dependency io.cucumber:tag-expressions to v6.1.0
Expand All @@ -21,12 +25,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [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)
- [JUnit Platform Engine] 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)
- [Java] Parse negative numbers in Norwegian (and 59 other languages) ([#290](https://github.com/cucumber/cucumber-expressions/pull/290))

### Added
- [JUnit Platform Engine] Improve Maven and Gradle compatibility ([#2832](https://github.com/cucumber/cucumber-jvm/pull/2832) M.P. Korstanje)
Expand Down
2 changes: 1 addition & 1 deletion cucumber-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<ci-environment.version>10.0.1</ci-environment.version>
<cucumber-expressions.version>17.0.2</cucumber-expressions.version>
<cucumber-expressions.version>17.1.0</cucumber-expressions.version>
<gherkin.version>28.0.0</gherkin.version>
<html-formatter.version>21.3.0</html-formatter.version>
<junit-xml-formatter.version>0.2.1</junit-xml-formatter.version>
Expand Down

0 comments on commit 917dad6

Please sign in to comment.