Skip to content

Commit

Permalink
Fix #66: add jackson-module-guice7
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 23, 2024
1 parent 55b6a79 commit 6f032d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,11 @@ of Jackson components maintained by FasterXML.com
<artifactId>jackson-module-guice</artifactId>
<version>${jackson.version.module}</version>
</dependency>
<dependency><!-- 2.16+ Guice7 variant -->
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-guice7</artifactId>
<version>${jackson.version.module}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Jackson components (core, modules)
=== Releases (note: only includes patches with actual changes)
------------------------------------------------------------------------

2.16.2 (not yet released)

#66: Added `jackson-module-guice7` (missed from 2.16.0)
(reported by @hu-chia)

2.16.0 (15-Nov-2023)

* Added `jackson-module-android-record`
Expand Down

0 comments on commit 6f032d1

Please sign in to comment.