Skip to content

Commit

Permalink
[source] bump jackson to 2.14.3 from 2.14.2
Browse files Browse the repository at this point in the history
Problem/Solution:

Update Jackson deps from 2.14.2 to 2.14.3

Differential Revision: https://phabricator.twitter.biz/D1069160
  • Loading branch information
mattdickinson5 authored and jenkins committed May 9, 2023
1 parent 684ae77 commit 68aee93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Runtime Behavior Changes

* finatra: Bump version of Joda to 2.12.5 ``PHAB_ID=D1059830``

* finatra: Bump version of Jackson to 2.14.3. ``PHAB_ID=D1069160``

22.12.0
-------

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ lazy val versions = new {
val twLibVersion = releaseVersion
val commonsFileupload = "1.4"
val guice = "5.1.0"
val jackson = "2.14.2"
val jackson = "2.14.3"
val jodaConvert = "2.2.3"
val jodaTime = "2.12.5"
val json4s = "4.0.3"
Expand Down

0 comments on commit 68aee93

Please sign in to comment.