File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,11 @@ of Jackson components maintained by FasterXML.com
339339 <artifactId >jackson-module-afterburner</artifactId >
340340 <version >${jackson.version.module} </version >
341341 </dependency >
342+ <dependency > <!-- Added in 2.16 -->
343+ <groupId >com.fasterxml.jackson.module</groupId >
344+ <artifactId >jackson-module-android-record</artifactId >
345+ <version >${jackson.version.module} </version >
346+ </dependency >
342347 <dependency >
343348 <groupId >com.fasterxml.jackson.module</groupId >
344349 <artifactId >jackson-module-blackbird</artifactId >
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ Jackson components (core, modules)
99=== Releases (note: only includes patches with actual changes)
1010------------------------------------------------------------------------
1111
12- 2.16.0-rc1 ( 20 -Oct- 2023 )
12+ 2.16.0 ( not yet released )
1313
14- No changes since 2.15
14+ * Added `jackson-module-android-record`
1515
16162.15.3 (12 -Oct-2023 )
1717
You can’t perform that action at this time.
0 commit comments