File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
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.20.1 -SNAPSHOT</version >
11
+ <version >2.21.0 -SNAPSHOT</version >
12
12
</parent >
13
13
14
14
<groupId >com.fasterxml.jackson.core</groupId >
15
15
<artifactId >jackson-core</artifactId >
16
16
<name >Jackson-core</name >
17
- <version >2.20.1 -SNAPSHOT</version >
17
+ <version >2.21.0 -SNAPSHOT</version >
18
18
<packaging >jar</packaging >
19
19
<description >Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description >
20
20
<licenses >
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.21 .0 (not yet released )
18
+
19
+ No changes since 2.20
20
+
17
21
2.20 .0 (28 - Aug - 2025 )
18
22
19
23
#1438 : `ParserBase .close ()` does not clear `_currToken `
You can’t perform that action at this time.
0 commit comments