File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
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.0-rc2- SNAPSHOT</version >
11
+ <version >2.13.0-SNAPSHOT</version >
12
12
</parent >
13
13
<groupId >com.fasterxml.jackson.module</groupId >
14
14
<artifactId >jackson-module-kotlin</artifactId >
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ wrongwrong (k163377@github)
32
32
* Contributed #438 : Fixed mapping failure when `private` `companion object` is named
33
33
(2.13 )
34
34
35
+ Dmitri Domanine (novtor @github )
36
+ * Contributed fix for #490 : Missing value of type JsonNode? is deserialized as NullNode instead of null
37
+ (2.13 )
38
+
35
39
Marshall Pierce (marshallpierce @github )
36
40
* #474 : Reported disrespect for @JsonProperty on parent class
37
41
(2.12 .NEXT )
You can’t perform that action at this time.
0 commit comments