File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed 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.20 </version >
13+ <version >2.21-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.20.1 -SNAPSHOT</version >
19+ <version >2.21 -SNAPSHOT</version >
2020 <packaging >jar</packaging >
2121 <description >Core annotations used for value types, used by Jackson data binding package.
2222 </description >
8282 <groupId >org.cyclonedx</groupId >
8383 <artifactId >cyclonedx-maven-plugin</artifactId >
8484 <configuration >
85+ <attach >true</attach >
8586 <skipNotDeployed >true</skipNotDeployed >
8687 <classifier >sbom-cyclonedx</classifier >
8788 </configuration >
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.21 (not yet released)
18+
19+ No changes since 2.20
20+
17212.20 (28 -Aug-2025 )
1822
1923#293 : Improve duplicate Id with different associated object error message
You can’t perform that action at this time.
0 commit comments