Skip to content

Commit

Permalink
[source] bump Jackson version to 2.14.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mattdickinson5 authored and jenkins committed Dec 19, 2022
1 parent 9542ef8 commit 1a6ff67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -30,6 +30,8 @@ Deprecations
Runtime Behavior Changes
~~~~~~~~~~~~~~~~~~~~~~~~

* util: Bump version of Jackson to 2.14.1. ``PHAB_ID=D1025778``

* util-core: `Time.at`, `Time.toString`, and `Time.fromRss` now use `TimeFormatter` internally and
thus have better performance and do not cause contention through synchronization. `toString` always
uses `TimeFormatter` while `at` and `fromRss` only use it when run with Java 9 or later due to a
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -5,7 +5,7 @@ Global / excludeLintKeys += scalacOptions // might be actually unused in util-do
val releaseVersion = "22.10.0-SNAPSHOT"

val slf4jVersion = "1.7.30"
val jacksonVersion = "2.13.4"
val jacksonVersion = "2.14.1"
val json4sVersion = "4.0.3"
val mockitoVersion = "3.3.3"
val mockitoScalaVersion = "1.14.8"
Expand Down

0 comments on commit 1a6ff67

Please sign in to comment.