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 1e6c00e commit 19750a8
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 ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
Unreleased
----------

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

* finagle: 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 @@ -65,7 +65,7 @@ val netty4LibsTest = Seq(
val netty4Http = "io.netty" % "netty-codec-http" % netty4Version
val netty4Http2 = "io.netty" % "netty-codec-http2" % netty4Version
val opencensusVersion = "0.24.0"
val jacksonVersion = "2.11.2"
val jacksonVersion = "2.11.4"
val jacksonLibs = Seq(
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion,
Expand Down

0 comments on commit 19750a8

Please sign in to comment.