sbt-dependency-check v2.0.0 Release Notes

Release Date: 2020-02-15 // about 4 years ago
  • ๐Ÿš€ Updated dependency-check-core to v5.3.0 (#118). See release notes of DependencyCheck v5.3.0

    ๐Ÿ’ฅ Breaking Changes

    • dependencyCheckAggregate previously scanned all projects and now only scans project aggregates and dependents. Use the new task dependencyCheckAnyProject to scan all projects.

    Noteworthy changes

    • ๐Ÿ†• new experimental Analyzer that can be activated with dependencyCheckNPMCPEAnalyzerEnabled
    • ๐Ÿ†• new Setting dependencyCheckNodeAuditSkipDevDependencies
    • โœ‚ Removed noisy log entries from JCS (#114)