Skip to content

Commit

Permalink
[Core] Update cucumber dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Jul 30, 2020
1 parent 1950f2d commit c0de76d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] (In Git)

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

### Changed

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

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

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

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

### Removed

### Fixed
* [Core] Improve error message when an unknown plugin is used ([#2053](https://github.com/cucumber/cucumber-jvm/issues/2053) M.P. Korstanje)
* [Java8] Allow test execution context to be garbage collected ([#2067](https://github.com/cucumber/cucumber-jvm/issues/2067) M.P. Korstanje)
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<apiguardian-api.version>1.1.0</apiguardian-api.version>

<!--Dependencies -->
<cucumber-expressions.version>10.2.1</cucumber-expressions.version>
<cucumber-expressions.version>10.2.2</cucumber-expressions.version>
<datatable.version>3.3.1</datatable.version>
<tag-expressions.version>3.0.0</tag-expressions.version>
<!-- When ever messages is updated run `make update-compatibility` -->
<messages.version>12.3.2</messages.version>
<gherkin.version>14.0.1</gherkin.version>
<html-formatter.version>7.0.0</html-formatter.version>
<gherkin.version>14.1.0</gherkin.version>
<html-formatter.version>7.1.0</html-formatter.version>

<!--Test Dependencies-->
<junit.version>4.13</junit.version>
Expand Down

0 comments on commit c0de76d

Please sign in to comment.