Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684ae77 commit 68aee93Copy full SHA for 68aee93
CHANGELOG.rst
@@ -19,6 +19,8 @@ Runtime Behavior Changes
19
20
* finatra: Bump version of Joda to 2.12.5 ``PHAB_ID=D1059830``
21
22
+* finatra: Bump version of Jackson to 2.14.3. ``PHAB_ID=D1069160``
23
+
24
22.12.0
25
-------
26
build.sbt
@@ -89,7 +89,7 @@ lazy val versions = new {
89
val twLibVersion = releaseVersion
90
val commonsFileupload = "1.4"
91
val guice = "5.1.0"
92
- val jackson = "2.14.2"
+ val jackson = "2.14.3"
93
val jodaConvert = "2.2.3"
94
val jodaTime = "2.12.5"
95
val json4s = "4.0.3"
0 commit comments