File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 278278 <groupId >com.google.code.maven-replacer-plugin</groupId >
279279 <artifactId >replacer</artifactId >
280280 </plugin >
281-
281+ <!-- 28-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
282+ <plugin >
283+ <groupId >org.cyclonedx</groupId >
284+ <artifactId >cyclonedx-maven-plugin</artifactId >
285+ </plugin >
286+
282287 <!-- 04-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
283288 will have to use `moduleInfoFile` as anything else requires JDK 9+
284289 -->
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Project: jackson-databind
1010 from 2.20
1111#5103 : Use `writeStartObject(Object forValue, int size)` for `ObjectNode`
1212 serialization
13+ - Generate SBOMs [JSTEP-14 ]
1314
14152.19.0 (24 -Apr-2025 )
1516
You can’t perform that action at this time.
0 commit comments