-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.13.5
Tatu Saloranta edited this page Jan 23, 2023
·
7 revisions
Possible patch version of 2.13, released on January 23, 2023. This will likely be the last full patch release from 2.13.x branch.
Following fixes are included in this patch release.
-
#3590: Add check in primitive value deserializers to avoid deep wrapper array nesting wrt
UNWRAP_SINGLE_VALUE_ARRAYS
[CVE-2022-42003] - #3659: Improve testing (likely via CI) to try to ensure compatibility with specific Android SDKs
- #3661: Jackson 2.13 uses Class.getTypeName() that is only available on Android SDK 26
-
#343: Incorrect output buffer boundary check in
CsvEncoder
- Upgrade Woodstox to 6.4.0 for a fix to [CVE-2022-40152]
- #27: Deserializing a JSON Merge Patch fails when the input is not a JSON object
-
#98:
module-info.java
ofjr-stree
refers to modulecom.fasterxml.jackson.jr.ob.api
, which is not defined