Skip to content

Commit aaee7fb

Browse files
author
ddomanine
committed
credits
1 parent f1a3c9b commit aaee7fb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.13.0-rc2-SNAPSHOT</version>
11+
<version>2.13.0-SNAPSHOT</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.module</groupId>
1414
<artifactId>jackson-module-kotlin</artifactId>

release-notes/CREDITS-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ wrongwrong (k163377@github)
3232
* Contributed #438: Fixed mapping failure when `private` `companion object` is named
3333
(2.13)
3434

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+
3539
Marshall Pierce (marshallpierce@github)
3640
* #474: Reported disrespect for @JsonProperty on parent class
3741
(2.12.NEXT)

0 commit comments

Comments
 (0)