diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a27b56476b..28afe4e40de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [Version 10.0.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v10.0.0) (2024-07-01) + +- **breaking change**: upgrade to dotnet 8.0 (#6580) + - Users of the AssemblyAnalyzer must upgrade/utilize dotnet 8 to analyze assemblies +- feat: fix the NVD API related errors by adding cvssV4 support (#6756) + - **breaking changes**: anyone utilizing a centralized database will need to upgrade the schema; see changes in [PR #6756](https://github.com/jeremylong/DependencyCheck/pull/6756/files#diff-ca432c4b41d39caa84d140e06694b09c7e6394c8a2db72ba27516dc77ee3bd67) +- fix: avoid escaping unnecessary chars in HTML report suppression regexes (#6749) +- fix: #6688 Trim version number when parsin POM (#6705) +- fix: change request if lockfile is file v3 (#6690) +- fix: skip pyproject.toml unless it contains `tool.poetry` before ensuring lockfiles (#6681) + +See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/83?closed=1). + ## [Version 9.2.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v9.2.0) (2024-05-15) - docs: update logo per intellj (#6660) diff --git a/ant/pom.xml b/ant/pom.xml index f89306d9ed9..7313462a506 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 - 10.0.0-SNAPSHOT + 10.0.1-SNAPSHOT dependency-check-ant diff --git a/archetype/pom.xml b/archetype/pom.xml index e224f201ad2..5ae18af7892 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -20,14 +20,14 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 10.0.0-SNAPSHOT + 10.0.1-SNAPSHOT dependency-check-plugin Dependency-Check Plugin Archetype jar - 2024-05-15T09:29:26Z + 2024-07-01T10:32:05Z scm:git:https://github.com/jeremylong/DependencyCheck.git diff --git a/cli/pom.xml b/cli/pom.xml index a4a6a98f6c3..0fcbc262065 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 - 10.0.0-SNAPSHOT + 10.0.1-SNAPSHOT dependency-check-cli diff --git a/core/pom.xml b/core/pom.xml index 6625cb7559a..632a125fa3d 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 - 10.0.0-SNAPSHOT + 10.0.1-SNAPSHOT dependency-check-core diff --git a/maven/pom.xml b/maven/pom.xml index e837237101a..aa5e161b9a5 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 - 10.0.0-SNAPSHOT + 10.0.1-SNAPSHOT dependency-check-maven maven-plugin diff --git a/pom.xml b/pom.xml index ff0ac6c771e..7be50c7f728 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long org.owasp dependency-check-parent - 10.0.0-SNAPSHOT + 10.0.1-SNAPSHOT pom @@ -112,7 +112,7 @@ Copyright (c) 2012 - Jeremy Long - 2024-05-15T09:29:26Z + 2024-07-01T10:32:05Z UTF-8 UTF-8 github diff --git a/utils/pom.xml b/utils/pom.xml index 1f1ebd0b864..06360afa8d2 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 - 10.0.0-SNAPSHOT + 10.0.1-SNAPSHOT dependency-check-utils