File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.fasterxml.jackson</groupId >
10
10
<artifactId >jackson-base</artifactId >
11
- <version >2.18.2-SNAPSHOT </version >
11
+ <version >2.18.2</version >
12
12
</parent >
13
13
<groupId >com.fasterxml.jackson.core</groupId >
14
14
<artifactId >jackson-core</artifactId >
Original file line number Diff line number Diff line change @@ -14,15 +14,18 @@ a pure JSON library.
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
- 2.18 .1 ( 28 - Oct - 2024 )
17
+ 2.18 .2 ( 27 - Nov - 2024 )
18
18
19
- #1353 : Use fastdoubleparser 1.0 .90
20
- (fixed by @pjfanning )
21
19
#1359 : Non - surrogate characters being incorrectly combined when
22
20
`JsonWriteFeature .COMBINE_UNICODE_SURROGATES_IN_UTF8 ` is enabled
23
21
(reported by Justin G )
24
22
(fixed by @pjfanning )
25
23
24
+ 2.18 .1 (28 - Oct - 2024 )
25
+
26
+ #1353 : Use fastdoubleparser 1.0 .90
27
+ (fixed by @pjfanning )
28
+
26
29
2.18 .0 (26 - Sep - 2024 )
27
30
28
31
#223 : `UTF8JsonGenerator` writes supplementary characters as a surrogate pair:
You can’t perform that action at this time.
0 commit comments