We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea54f59 commit 72b9ba1Copy full SHA for 72b9ba1
CHANGELOG.rst
@@ -24,6 +24,11 @@ New Features
24
25
* util-zk-test: Experimentally crossbuilds with Scala 3. ``PHAB_ID=D720603``
26
27
+Runtime Behavior Changes
28
+~~~~~~~~~~~~~~~~~~~~~~~~
29
+
30
+* util: Bump version of Jackson to 2.11.4. ``PHAB_ID=D727879``
31
32
21.8.0 (No 21.7.0 Release)
33
--------------------------
34
build.sbt
@@ -7,7 +7,7 @@ Global / excludeLintKeys += scalacOptions // might be actually unused in util-do
7
val releaseVersion = "21.9.0-SNAPSHOT"
8
9
val slf4jVersion = "1.7.30"
10
-val jacksonVersion = "2.11.2"
+val jacksonVersion = "2.11.4"
11
val mockitoVersion = "3.3.3"
12
val mockitoScalaVersion = "1.14.8"
13
0 commit comments