File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
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 -SNAPSHOT</version >
11
+ <version >2.12.2 -SNAPSHOT</version >
12
12
</parent >
13
13
<groupId >com.fasterxml.jackson.module</groupId >
14
14
<artifactId >jackson-module-kotlin</artifactId >
15
15
<name >jackson-module-kotlin</name >
16
- <version >2.13.0 -SNAPSHOT</version >
16
+ <version >2.12.2 -SNAPSHOT</version >
17
17
<packaging >bundle</packaging >
18
18
<description >Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support
19
19
Kotlin language, specifically introspection of method/constructor parameter names,
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ Contributors:
15
15
16
16
Eric Fenderbosch (efenderbosch @github )
17
17
* Fixed #182 : Serialize unsigned numbers
18
- (2.12 .next )
19
-
18
+ (2.12 .2 )
20
19
21
20
Elisha Peterson (triathematician @github )
22
21
* Reported #409 : `module-info.java` missing "exports"
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ No changes since 2.12
22
22
23
23
#409 : `module - info .java ` missing "exports"
24
24
(reported by Elisha P )
25
+ #182 : Nullable unsigned numbers do not serialize correctly
26
+ (reported by bholzman @github )
27
+ (fix contributed by Eric F )
25
28
26
29
2.12 .1 (08 - Jan - 2021 )
27
30
You can’t perform that action at this time.
0 commit comments