File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -824,6 +824,13 @@ No changes since 2.13.2.1 but fixed Gradle Module Metadata ("module.json")
824824 via `AsNull`
825825- Add `mvnw` wrapper
826826
827+ 2.12.7.2 (02-May-2024)
828+
829+ #3275: JDK 16 Illegal reflective access for `Throwable.setCause()` with
830+ `PropertyNamingStrategy.UPPER_CAMEL_CASE`
831+ (reported by Jason H)
832+ (fix suggested by gsinghlulu@github)
833+
8278342.12.7.1 (12-Oct-2022)
828835
829836#3582: Add check in `BeanDeserializer._deserializeFromArray()` to prevent
@@ -843,7 +850,7 @@ No changes since 2.13.2.1 but fixed Gradle Module Metadata ("module.json")
843850#3305: ObjectMapper serializes `CharSequence` subtypes as POJO instead of
844851 as String (JDK 15+)
845852 (reported by stevenupton@github; fix suggested by Sergey C)
846- #3328: Possible DoS if using JDK serialization to serialize JsonNode
853+ #3328: Possible DoS if using JDK serialization to serialize JsonNode [CVE-2021-46877]
847854
8488552.12.5 (27-Aug-2021)
849856
You can’t perform that action at this time.
0 commit comments