Skip to content

Commit 72b9ba1

Browse files
mattdickinson5jenkins
authored and
jenkins
committed
3rdparty: bump jackson version to 2.11.4
Problem We're on an old version of jackson Solution Upgrade!! Differential Revision: https://phabricator.twitter.biz/D727879
1 parent ea54f59 commit 72b9ba1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ New Features
2424

2525
* util-zk-test: Experimentally crossbuilds with Scala 3. ``PHAB_ID=D720603``
2626

27+
Runtime Behavior Changes
28+
~~~~~~~~~~~~~~~~~~~~~~~~
29+
30+
* util: Bump version of Jackson to 2.11.4. ``PHAB_ID=D727879``
31+
2732
21.8.0 (No 21.7.0 Release)
2833
--------------------------
2934

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Global / excludeLintKeys += scalacOptions // might be actually unused in util-do
77
val releaseVersion = "21.9.0-SNAPSHOT"
88

99
val slf4jVersion = "1.7.30"
10-
val jacksonVersion = "2.11.2"
10+
val jacksonVersion = "2.11.4"
1111
val mockitoVersion = "3.3.3"
1212
val mockitoScalaVersion = "1.14.8"
1313

0 commit comments

Comments
 (0)