Skip to content

Commit 874d656

Browse files
committed
Merge branch '2.20' into 2.x
2 parents 6fa05cb + 51d738d commit 874d656

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

release-notes/VERSION-2.x

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,13 @@ No changes since 2.13.2.1 but fixed Gradle Module Metadata ("module.json")
979979
via `AsNull`
980980
- Add `mvnw` wrapper
981981
982+
2.12.7.2 (02-May-2024)
983+
984+
#3275: JDK 16 Illegal reflective access for `Throwable.setCause()` with
985+
`PropertyNamingStrategy.UPPER_CAMEL_CASE`
986+
(reported by Jason H)
987+
(fix suggested by gsinghlulu@github)
988+
982989
2.12.7.1 (12-Oct-2022)
983990
984991
#3582: Add check in `BeanDeserializer._deserializeFromArray()` to prevent
@@ -998,7 +1005,7 @@ No changes since 2.13.2.1 but fixed Gradle Module Metadata ("module.json")
9981005
#3305: ObjectMapper serializes `CharSequence` subtypes as POJO instead of
9991006
as String (JDK 15+)
10001007
(reported by stevenupton@github; fix suggested by Sergey C)
1001-
#3328: Possible DoS if using JDK serialization to serialize JsonNode
1008+
#3328: Possible DoS if using JDK serialization to serialize JsonNode [CVE-2021-46877]
10021009
10031010
2.12.5 (27-Aug-2021)
10041011

0 commit comments

Comments
 (0)