File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <groupId >com.fasterxml.jackson</groupId >
1111 <!-- this is one of few Jackson modules that depends on parent and NOT jackson-bom -->
1212 <artifactId >jackson-parent</artifactId >
13- <version >2.22 </version >
13+ <version >2.23-SNAPSHOT </version >
1414 </parent >
1515
1616 <groupId >com.fasterxml.jackson.core</groupId >
1717 <artifactId >jackson-annotations</artifactId >
1818 <name >Jackson-annotations</name >
19- <version >2.22.1 -SNAPSHOT</version >
19+ <version >2.23 -SNAPSHOT</version >
2020 <packaging >jar</packaging >
2121 <description >Core annotations used for value types, used by Jackson data binding package.
2222 </description >
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ NOTE: Jackson 3.x components rely on 2.x annotations; there are no separate
1414=== Releases ===
1515------------------------------------------------------------------------
1616
17+ 2.23 (not yet released)
18+
19+ No changes since 2.22
20+
17212.22 (31 -May-2026 )
1822
1923#78 : Add `@JsonApplyView` to allow changing active JsonView on submodels
You can’t perform that action at this time.
0 commit comments