Skip to content

Commit 44f793e

Browse files
committed
Prep for 2.18.2
1 parent 715ec43 commit 44f793e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.18.2-SNAPSHOT</version>
11+
<version>2.18.2</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>

release-notes/VERSION-2.x

+6-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,18 @@ a pure JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
2.18.1 (28-Oct-2024)
17+
2.18.2 (27-Nov-2024)
1818

19-
#1353: Use fastdoubleparser 1.0.90
20-
(fixed by @pjfanning)
2119
#1359: Non-surrogate characters being incorrectly combined when
2220
`JsonWriteFeature.COMBINE_UNICODE_SURROGATES_IN_UTF8` is enabled
2321
(reported by Justin G)
2422
(fixed by @pjfanning)
2523

24+
2.18.1 (28-Oct-2024)
25+
26+
#1353: Use fastdoubleparser 1.0.90
27+
(fixed by @pjfanning)
28+
2629
2.18.0 (26-Sep-2024)
2730

2831
#223: `UTF8JsonGenerator` writes supplementary characters as a surrogate pair:

0 commit comments

Comments
 (0)