Back to changelog
June 12, 2025
We have dramatically improved accuracy and efficiency in Maven SBOM calculation. The vast majority of noise has been eliminated (~90+% noise reduction).
We now miss fewer compile time dependencies while collecting far fewer development dependencies. This plus a few other optimizations result in much faster SBOM resolution times - typically 10–100x faster (outpacing a cold-cache mvn dependency:tree
on large projects).
As part of these changes, we've also improved support for:
- import
scopes (BOM imports)
- exclusions
- dependencyManagement
- property inheritance
Check out our ecosystem support docs for a full overview of our Java support.