Skip to content

Commit c0de76d

Browse files
committed
[Core] Update cucumber dependency versions
1 parent 1950f2d commit c0de76d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased] (In Git)
99

1010
### Added
11+
* Include SourceReferences in message output ([#2064](https://github.com/cucumber/cucumber-jvm/issues/2064) M.P. Korstanje)
12+
* Enable searching and filtering in html report ([cucumber/#1111](https://github.com/cucumber/cucumber/pull/1111) Vincent Psarga)
1113

1214
### Changed
1315

@@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1618
### Removed
1719

1820
### Fixed
21+
* Use Unicode symbols as a parameter boundary in snippets ([cucumber/#1108](https://github.com/cucumber/cucumber/pull/1108) M.P. Korstnaje)
1922

2023
## [6.3.0] (2020-07-24)
2124

@@ -31,8 +34,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3134
* [Needle] Deprecate `cucumber-needle` ([#1763](https://github.com/cucumber/cucumber-jvm/issues/1763) M.P. Korstanje)
3235
* Consider using cucumber-deltaspike instead
3336

34-
### Removed
35-
3637
### Fixed
3738
* [Core] Improve error message when an unknown plugin is used ([#2053](https://github.com/cucumber/cucumber-jvm/issues/2053) M.P. Korstanje)
3839
* [Java8] Allow test execution context to be garbage collected ([#2067](https://github.com/cucumber/cucumber-jvm/issues/2067) M.P. Korstanje)

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
<apiguardian-api.version>1.1.0</apiguardian-api.version>
2525

2626
<!--Dependencies -->
27-
<cucumber-expressions.version>10.2.1</cucumber-expressions.version>
27+
<cucumber-expressions.version>10.2.2</cucumber-expressions.version>
2828
<datatable.version>3.3.1</datatable.version>
2929
<tag-expressions.version>3.0.0</tag-expressions.version>
3030
<!-- When ever messages is updated run `make update-compatibility` -->
3131
<messages.version>12.3.2</messages.version>
32-
<gherkin.version>14.0.1</gherkin.version>
33-
<html-formatter.version>7.0.0</html-formatter.version>
32+
<gherkin.version>14.1.0</gherkin.version>
33+
<html-formatter.version>7.1.0</html-formatter.version>
3434

3535
<!--Test Dependencies-->
3636
<junit.version>4.13</junit.version>

0 commit comments

Comments
 (0)