From 6f032d1932e8666db53cf1ef9b2f5fbe5cd199dd Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Tue, 23 Jan 2024 15:51:14 -0800 Subject: [PATCH] Fix #66: add `jackson-module-guice7` --- pom.xml | 5 +++++ release-notes/VERSION-2.x | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 31f0188..1920901 100644 --- a/pom.xml +++ b/pom.xml @@ -354,6 +354,11 @@ of Jackson components maintained by FasterXML.com jackson-module-guice ${jackson.version.module} + + com.fasterxml.jackson.module + jackson-module-guice7 + ${jackson.version.module} + com.fasterxml.jackson.module jackson-module-jaxb-annotations diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 0cb5be3..44a0b94 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -9,6 +9,11 @@ Jackson components (core, modules) === Releases (note: only includes patches with actual changes) ------------------------------------------------------------------------ +2.16.2 (not yet released) + +#66: Added `jackson-module-guice7` (missed from 2.16.0) + (reported by @hu-chia) + 2.16.0 (15-Nov-2023) * Added `jackson-module-android-record`