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.15.1 -SNAPSHOT</version >
11
+ <version >2.16.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.15.1 -SNAPSHOT</version >
16
+ <version >2.16.0 -SNAPSHOT</version >
17
17
<packaging >jar</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.16 .0 (not yet released )
18
+
19
+ No changes since 2.15
20
+
17
21
2.15 .0 (23 - Apr - 2023 )
18
22
19
23
#827 : Add numeric value size limits via `StreamReadConstraints ` (fixes
You can’t perform that action at this time.
0 commit comments