File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,11 @@ of Jackson components maintained by FasterXML.com
354
354
<artifactId >jackson-module-guice</artifactId >
355
355
<version >${jackson.version.module} </version >
356
356
</dependency >
357
+ <dependency ><!-- 2.16+ Guice7 variant -->
358
+ <groupId >com.fasterxml.jackson.module</groupId >
359
+ <artifactId >jackson-module-guice7</artifactId >
360
+ <version >${jackson.version.module} </version >
361
+ </dependency >
357
362
<dependency >
358
363
<groupId >com.fasterxml.jackson.module</groupId >
359
364
<artifactId >jackson-module-jaxb-annotations</artifactId >
Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ Jackson components (core, modules)
9
9
=== Releases (note: only includes patches with actual changes)
10
10
------------------------------------------------------------------------
11
11
12
+ 2.16.2 (not yet released)
13
+
14
+ #66 : Added `jackson-module-guice7` (missed from 2.16.0 )
15
+ (reported by @hu-chia)
16
+
12
17
2.16.0 (15 -Nov-2023 )
13
18
14
19
* Added `jackson-module-android-record`
You can’t perform that action at this time.
0 commit comments