Skip to content

Commit

Permalink
[Core] Upgrade datatable to 2.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Jan 5, 2019
1 parent ccf5cca commit c4dfb4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -20,7 +20,15 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
* `path/to/exisitng.feature` will pass
* `path/to/non/exisitng.feature` will error
* `path/to/empty/direcory` will pass

* [Core] Upgrade shaded jackson-databind to 2.9.8 (M.P. Korstanje)
* Fixes CVE-2018-19360
* Fixes CVE-2018-14719
* Fixes CVE-2018-14718
* Fixes CVE-2018-14721
* Fixes CVE-2018-14720
* Fixes CVE-2018-19361
* Fixes CVE-2018-19362

## [4.2.0](https://github.com/cucumber/cucumber-jvm/compare/v4.1.1...v4.2.0)

### Added
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -42,7 +42,7 @@
<!--Dependencies -->
<gherkin.version>5.1.0</gherkin.version>
<cucumber-expressions.version>6.2.0</cucumber-expressions.version>
<datatable.version>1.1.7</datatable.version>
<datatable.version>1.1.12</datatable.version>
<tag-expressions.version>1.1.1</tag-expressions.version>
<cucumber-html.version>0.2.7</cucumber-html.version>

Expand Down

0 comments on commit c4dfb4e

Please sign in to comment.