File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >com.fasterxml.jackson</groupId >
1010 <artifactId >jackson-base</artifactId >
11- <version >2.19.0-SNAPSHOT </version >
11+ <version >2.19.0</version >
1212 </parent >
1313 <groupId >com.fasterxml.jackson.core</groupId >
1414 <artifactId >jackson-core</artifactId >
@@ -150,6 +150,18 @@ com.fasterxml.jackson.core.*;version=${project.version}
150150 <groupId >com.google.code.maven-replacer-plugin</groupId >
151151 <artifactId >replacer</artifactId >
152152 </plugin >
153+ <plugin >
154+ <groupId >org.cyclonedx</groupId >
155+ <artifactId >cyclonedx-maven-plugin</artifactId >
156+ <executions >
157+ <execution >
158+ <phase >package</phase >
159+ <goals >
160+ <goal >makeAggregateBom</goal >
161+ </goals >
162+ </execution >
163+ </executions >
164+ </plugin >
153165
154166 <!-- 04-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
155167 will have to use `moduleInfoFile` as anything else requires JDK 9+
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ a pure JSON library.
1414= == Releases == =
1515-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
1616
17- 2.19 .0 - rc2 ( 07 - Apr - 2025 )
17+ 2.19 .0 ( 24 - Apr - 2025 )
1818
1919#633 : Allow skipping `RS ` CTRL - CHAR to support JSON Text Sequences
2020 (requested by Yanming Z )
You can’t perform that action at this time.
0 commit comments