diff --git a/CHANGELOG.md b/CHANGELOG.md index 982e5871d5..6f0a95eb01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [Version 12.0.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v12.0.0) (2025-01-11) + +- feat: report on CVSS v4 (#7204) +- feat: show from which dependency the CVE comes in failure report (#7224) +- feat: Use Maven settings decryption API for decrypting secrets from settings.xml (#7284) +- feat: Extend authentication to support Bearer token for many resources (#7277) +- feat: Add a flag to fail when one or more suppression rules are not used (#7244) +- fix: add product evidence as vendor to reduce FN (#7295) +- fix: Make the HTTP-Client use pre-emptive authentication (#7255) +- fix: Add the missing proxy credentials for suppressionFileUser/Password authentication scenario +- fix: increase max retry count (#7252) +- fix: Make the HTTP-Client use pre-emptive authentication for configured server credentials and extend HTTPClient usage to Nexus search +- fix: Tranform into UTC the last modified date from database (#7222) + +See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/91?closed=1). + ## [Version 11.1.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v11.1.1) (2024-12-04) - fix: re-enable issue locking (#7220) diff --git a/ant/pom.xml b/ant/pom.xml index bbcd34b71a..4e793b6d02 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 11.1.2-SNAPSHOT + 12.0.0-SNAPSHOT dependency-check-ant diff --git a/archetype/pom.xml b/archetype/pom.xml index c72bd535e4..5ad5b2d505 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 11.1.2-SNAPSHOT + 12.0.0-SNAPSHOT dependency-check-plugin Dependency-Check Plugin Archetype diff --git a/cli/pom.xml b/cli/pom.xml index a74cf666e8..a13f7d16aa 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 11.1.2-SNAPSHOT + 12.0.0-SNAPSHOT dependency-check-cli diff --git a/core/pom.xml b/core/pom.xml index 38326cb159..da7572efa0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 11.1.2-SNAPSHOT + 12.0.0-SNAPSHOT dependency-check-core diff --git a/maven/pom.xml b/maven/pom.xml index f1d8daff9a..df310c883f 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 11.1.2-SNAPSHOT + 12.0.0-SNAPSHOT dependency-check-maven maven-plugin diff --git a/pom.xml b/pom.xml index 423fc2f93a..1b172fd6b2 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long org.owasp dependency-check-parent - 11.1.2-SNAPSHOT + 12.0.0-SNAPSHOT pom diff --git a/utils/pom.xml b/utils/pom.xml index d9c71904fa..4950153ad4 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 11.1.2-SNAPSHOT + 12.0.0-SNAPSHOT dependency-check-utils