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 143adbd commit 1904b60
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 @@ -12,6 +12,8 @@ Runtime Behavior Changes

* util: Bump version of Jackson to 2.14.2. ``PHAB_ID=D1049772``

* util: 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 @@ -5,7 +5,7 @@ Global / excludeLintKeys += scalacOptions // might be actually unused in util-do
val releaseVersion = "23.3.0-SNAPSHOT"

val slf4jVersion = "1.7.30"
val jacksonVersion = "2.14.2"
val jacksonVersion = "2.14.3"
val json4sVersion = "4.0.3"
val mockitoVersion = "3.3.3"
val mockitoScalaVersion = "1.14.8"
Expand Down

0 comments on commit 1904b60

Please sign in to comment.