From 418215991762ddb6d091bcc9e6129d01fb55be7a Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 15 Feb 2024 20:55:39 +0100 Subject: [PATCH] jackson 2.15.4 --- release-notes/VERSION.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release-notes/VERSION.md b/release-notes/VERSION.md index 3784919d..2fd1a884 100644 --- a/release-notes/VERSION.md +++ b/release-notes/VERSION.md @@ -27,6 +27,11 @@ Scala 2.11, 2.12, 2.13 and 3.3+. Java 8 is the minimum supported Java version. * [[gh-644]](https://github.com/FasterXML/jackson-module-scala/issues/644) Registering Jackson Module Scala in an ObjectMapper can affect the property name resolution of non-Scala classes which can affect the behavior when you serialize/deserialize those classes. * [[gh-pr-647]](https://github.com/FasterXML/jackson-module-scala/pull/647) Make ScalaObjectDeserializerModule part of DefaultScalaModule. +# Version: 2.15.4 + +There are no new fixes in this release; it serves to track the 2.15.4 release +of the upstream Jackson projects. + # Version: 2.15.3 There are no new fixes in this release; it serves to track the 2.15.3 release