Skip to content

Commit

Permalink
Merge branch '2.16' into 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 23, 2024
2 parents e765446 + 6f032d1 commit 102f92d
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 @@ -13,6 +13,11 @@ Jackson components (core, modules)

-

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 102f92d

Please sign in to comment.