Skip to content

Commit

Permalink
source: Upgrade Jackson to 2.13.3
Browse files Browse the repository at this point in the history
Problem / Solution

New Jackson version is out. Let's upgrade 2.13.2 to 2.13.3.

JIRA Issues: CSL-12047

Differential Revision: https://phabricator.twitter.biz/D906005
  • Loading branch information
vkostyukov authored and jenkins committed Jun 6, 2022
1 parent 31c74d6 commit a4065f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -12,6 +12,11 @@ Added

finatra: Introduce InMemoryTracer for inspecting Trace information via tests. ``PHAB_ID=D878616``

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

finatra: Update Jackson library to version 2.13.3 ``PHAB_ID=D906005``

22.4.0
------

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
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.13.2"
val jackson = "2.13.3"
val jodaConvert = "1.5"
val jodaTime = "2.10.10"
val json4s = "4.0.3"
Expand Down

0 comments on commit a4065f1

Please sign in to comment.