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 fdfd967 commit 4c923f6
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 @@ -21,6 +21,8 @@ Runtime Behavior Changes

* finagle: Update JSqlParser to version 4.6 ``PHAB_ID=D1054717``

* finagle: 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 @@ -69,7 +69,7 @@ val netty4LibsTest = Seq(
val netty4Http = "io.netty" % "netty-codec-http" % netty4Version
val netty4Http2 = "io.netty" % "netty-codec-http2" % netty4Version
val opencensusVersion = "0.24.0"
val jacksonVersion = "2.14.2"
val jacksonVersion = "2.14.3"
val jacksonLibs = Seq(
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion,
Expand Down

0 comments on commit 4c923f6

Please sign in to comment.