Skip to content

Commit 1a6ff67

Browse files
mattdickinson5jenkins
authored and
jenkins
committed
[source] bump Jackson version to 2.14.1
Problem / Solution New Jackson version is out. Let's upgrade 2.13.4 to 2.14.1. JIRA Issues: DSTR-11384 Differential Revision: https://phabricator.twitter.biz/D1025778
1 parent 9542ef8 commit 1a6ff67

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.rst

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Deprecations
3030
Runtime Behavior Changes
3131
~~~~~~~~~~~~~~~~~~~~~~~~
3232

33+
* util: Bump version of Jackson to 2.14.1. ``PHAB_ID=D1025778``
34+
3335
* util-core: `Time.at`, `Time.toString`, and `Time.fromRss` now use `TimeFormatter` internally and
3436
thus have better performance and do not cause contention through synchronization. `toString` always
3537
uses `TimeFormatter` while `at` and `fromRss` only use it when run with Java 9 or later due to a

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Global / excludeLintKeys += scalacOptions // might be actually unused in util-do
55
val releaseVersion = "22.10.0-SNAPSHOT"
66

77
val slf4jVersion = "1.7.30"
8-
val jacksonVersion = "2.13.4"
8+
val jacksonVersion = "2.14.1"
99
val json4sVersion = "4.0.3"
1010
val mockitoVersion = "3.3.3"
1111
val mockitoScalaVersion = "1.14.8"

0 commit comments

Comments
 (0)