File tree 2 files changed +6
-2
lines changed
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.13.1 -SNAPSHOT</version >
11
+ <version >2.14.0 -SNAPSHOT</version >
12
12
</parent >
13
13
<groupId >com.fasterxml.jackson.core</groupId >
14
14
<artifactId >jackson-core</artifactId >
15
15
<name >Jackson-core</name >
16
- <version >2.13.1 -SNAPSHOT</version >
16
+ <version >2.14.0 -SNAPSHOT</version >
17
17
<packaging >bundle</packaging >
18
18
<description >Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description >
19
19
<licenses >
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ JSON library.
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
+ 2.14 .0 (not yet released )
18
+
19
+ No changes since 2.13
20
+
17
21
2.13 .0 (30 - Sep - 2021 )
18
22
19
23
#652 : Misleading exception for input source when processing byte buffer
You can’t perform that action at this time.
0 commit comments