From 44f793eccd2c3d0d3faf35ae4497ee2447e474d4 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 27 Nov 2024 16:44:09 -0800 Subject: [PATCH] Prep for 2.18.2 --- pom.xml | 2 +- release-notes/VERSION-2.x | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index b832bb2b35..14aa5ce63c 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson jackson-base - 2.18.2-SNAPSHOT + 2.18.2 com.fasterxml.jackson.core jackson-core diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 3c53c5d767..ee5cf373f8 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -14,15 +14,18 @@ a pure JSON library. === Releases === ------------------------------------------------------------------------ -2.18.1 (28-Oct-2024) +2.18.2 (27-Nov-2024) -#1353: Use fastdoubleparser 1.0.90 - (fixed by @pjfanning) #1359: Non-surrogate characters being incorrectly combined when `JsonWriteFeature.COMBINE_UNICODE_SURROGATES_IN_UTF8` is enabled (reported by Justin G) (fixed by @pjfanning) +2.18.1 (28-Oct-2024) + +#1353: Use fastdoubleparser 1.0.90 + (fixed by @pjfanning) + 2.18.0 (26-Sep-2024) #223: `UTF8JsonGenerator` writes supplementary characters as a surrogate pair: