Skip to content

Commit

Permalink
Add version of jackson-module-android-record
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 10, 2023
1 parent 0fd9575 commit f36451b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,11 @@ of Jackson components maintained by FasterXML.com
<artifactId>jackson-module-afterburner</artifactId>
<version>${jackson.version.module}</version>
</dependency>
<dependency> <!-- Added in 2.16 -->
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-android-record</artifactId>
<version>${jackson.version.module}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-blackbird</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Jackson components (core, modules)
=== Releases (note: only includes patches with actual changes)
------------------------------------------------------------------------

2.16.0-rc1 (20-Oct-2023)
2.16.0 (not yet released)

No changes since 2.15
* Added `jackson-module-android-record`

2.15.3 (12-Oct-2023)

Expand Down

0 comments on commit f36451b

Please sign in to comment.