Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44f793e

Browse filesBrowse files
committed
Prep for 2.18.2
1 parent 715ec43 commit 44f793e
Copy full SHA for 44f793e

File tree

Expand file treeCollapse file tree

2 files changed

+7
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-4
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: release-notes/VERSION-2.x
+6-3Lines changed: 6 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.