Skip to content

Commit e909ede

Browse files
authored
Fix [JSTEP-14] for databind; generate SBOMs (#5129)
1 parent 2f04af0 commit e909ede

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,12 @@
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
-->

release-notes/VERSION-2.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

1415
2.19.0 (24-Apr-2025)
1516

0 commit comments

Comments
 (0)