File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >com.fasterxml.jackson</groupId >
1010 <artifactId >jackson-base</artifactId >
11- <version >2.20.0-rc1-SNAPSHOT </version >
11+ <version >2.20.0-rc1</version >
1212 </parent >
1313 <groupId >com.fasterxml.jackson.module</groupId >
1414 <artifactId >jackson-module-kotlin</artifactId >
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ Co-maintainers:
1616= == Releases == =
1717-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
1818
19- 2.20 .0 (not yet released )
19+ 2.20 .0 - rc1 (04 - Aug - 2025 )
20+
2021#1025 : When a null is entered for a non-null parameter, the KotlinInvalidNullException is now thrown instead of the
2122 deprecated MissingKotlinParameterException .
2223 The new exception is a subclass of InvalidNullException .
You can’t perform that action at this time.
0 commit comments