Skip to content

Commit

Permalink
3rdparty: bump jackson version to 2.11.4
Browse files Browse the repository at this point in the history
Problem

We're on an old version of jackson

Solution

Upgrade!!

Differential Revision: https://phabricator.twitter.biz/D727879
  • Loading branch information
mattdickinson5 authored and jenkins committed Aug 20, 2021
1 parent e41e193 commit dff4760
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Note that ``RB_ID=#`` and ``PHAB_ID=#`` correspond to associated message in comm
Unreleased
----------

Runtime Behavior Changes
~~~~~~~~~~~~~~~~~~~~~~~~

* finatra: Bump version of Jackson to 2.11.4. ``PHAB_ID=D727879``

21.8.0 (No 21.7.0 Release)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ lazy val versions = new {
val commonsFileupload = "1.4"
val fastutil = "8.1.1"
val guice = "4.2.3"
val jackson = "2.11.2"
val jackson = "2.11.4"
val jodaConvert = "1.5"
val jodaTime = "2.10.8"
val json4s = "3.6.7"
Expand Down

0 comments on commit dff4760

Please sign in to comment.