File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- master
6
6
- " 3.0"
7
- - " 2.18 "
7
+ - " 2.19 "
8
8
paths-ignore :
9
9
- " README.md"
10
10
- " release-notes/*"
11
11
pull_request :
12
12
branches :
13
13
- master
14
14
- " 3.0"
15
- - " 2.18 "
15
+ - " 2.19 "
16
16
paths-ignore :
17
17
- " README.md"
18
18
- " release-notes/*"
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.1 -SNAPSHOT</version >
11
+ <version >2.19.0 -SNAPSHOT</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,6 +14,10 @@ a pure JSON library.
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
+ 2.19 .0 (not yet released )
18
+
19
+ -
20
+
17
21
2.18 .0 (26 - Sep - 2024 )
18
22
19
23
#223 : `UTF8JsonGenerator` writes supplementary characters as a surrogate pair:
You can’t perform that action at this time.
0 commit comments