Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68aee93

Browse files
mattdickinson5jenkins
authored andcommitted
[source] bump jackson to 2.14.3 from 2.14.2
Problem/Solution: Update Jackson deps from 2.14.2 to 2.14.3 Differential Revision: https://phabricator.twitter.biz/D1069160
1 parent 684ae77 commit 68aee93

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Runtime Behavior Changes
1919

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

22+
* finatra: Bump version of Jackson to 2.14.3. ``PHAB_ID=D1069160``
23+
2224
22.12.0
2325
-------
2426

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ lazy val versions = new {
8989
val twLibVersion = releaseVersion
9090
val commonsFileupload = "1.4"
9191
val guice = "5.1.0"
92-
val jackson = "2.14.2"
92+
val jackson = "2.14.3"
9393
val jodaConvert = "2.2.3"
9494
val jodaTime = "2.12.5"
9595
val json4s = "4.0.3"

0 commit comments

Comments
 (0)