twitter / finatra

Fast, testable, Scala services built on TwitterServer and Finagle
https://twitter.github.io/finatra/
Apache License 2.0
2.28k stars 409 forks source link

Update the dependency version of Jackson to 2.9.8 #501

Closed mirkindonald closed 5 years ago

mirkindonald commented 5 years ago

Jackson version need to be updated to latest version.

Expected behavior

Jackson Dependency version should be of version 2.9.8 (latest)

Actual behavior

The current version is 2.9.6

Steps to reproduce the behavior

Please list all relevant steps to reproduce the observed behavior.

cacoco commented 5 years ago

@mirkindonald we have a monorepo internally which means we have to update everything at once, but we are working on getting https://github.com/twitter/finatra/pull/499/ merged.

Thanks.

cacoco commented 5 years ago

Merged in 0a96d2caa9339675682f34d7889c6037ab104387.

mirkindonald commented 5 years ago

Thanks for the fix