[go: nahoru, domu]

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 62b3259 commit b4a8b44
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
~~~~~~~~~~~~~~~~~~~~~~~~

* 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 @@ -6,7 +6,7 @@ Global / excludeLintKeys += scalacOptions
// All Twitter library releases are date versioned as YY.MM.patch
val releaseVersion = "21.9.0-SNAPSHOT"

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 b4a8b44

Please sign in to comment.