From db3007c5162234de6f01cdbed05a6be692e72400 Mon Sep 17 00:00:00 2001 From: "Kim, Joo Hyuk" Date: Thu, 14 Mar 2024 00:07:09 +0900 Subject: [PATCH 1/2] Update pom.xml --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 00e8451e08..cd3b88c1b7 100644 --- a/pom.xml +++ b/pom.xml @@ -144,6 +144,7 @@ net.bytebuddy byte-buddy 1.14.9 + test From 20db943ccbafb6006f9b1a772668bac7751b7556 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 13 Mar 2024 09:14:29 -0700 Subject: [PATCH 2/2] Update release notes --- release-notes/CREDITS-2.x | 4 ++++ release-notes/VERSION-2.x | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index 37c8ef22a6..3371e8dcfe 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -1761,3 +1761,7 @@ Kyrylo Merzlikin (kirmerzlikin@github) * Contributed fix for #2543: Introspection includes delegating ctor's only parameter as a property in `BeanDescription` (2.17.0) + +Miguel Mendes Ruiz (migmruiz@github) + * Reported #4428: `ByteBuddy` scope went beyond `test` in version 2.17.0 + (2.17.1) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index a51fa71a38..cd5633f8ee 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -4,6 +4,12 @@ Project: jackson-databind === Releases === ------------------------------------------------------------------------ +2.17.1 (not yet released) + +#4428: `ByteBuddy` scope went beyond `test` in version 2.17.0 + (reported by Miguel M-R) + (fix contributed by Joo-Hyuk K) + 2.17.0 (12-Mar-2024) #437: Support throwing `MismatchedInputException` when deserializing