sbt-dependency-check v0.2.9 Release Notes

Release Date: 2018-11-18 // over 5 years ago
  • 🚀 Updated dependency-check-core to v3.3.4, PR #60 by @Philippus. See release notes of v3.3.3 and v.3.3.4 for details.

    💥 Breaking Changes

    • NSP Analyzer was migrated to use NPM Audit Analyzer. The following settings were renamed:
      • dependencyCheckNSPAnalyzerEnabled changed to dependencyCheckNodeAuditAnalyzerEnabled
      • dependencyCheckNSPAnalyzerUrl changed to dependencyCheckNodeAuditAnalyzerUrl

    Noteworthy Changes

    • Several false negative fixes
    • Several false positive fixes
    • ⚡️ Updated the suppress buttons in the HTML report to generate the XML using the latest suppression schema
    • ➕ Added documentation how to configure sbt-dependency-check to use as a global plugin #61