Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Commit 1d6bd7a

Browse files
authored
build: Release 10.0.0 (#6759)
2 parents ad0d16a + e31d456 commit 1d6bd7a

File tree

8 files changed

+22
-9
lines changed

8 files changed

+22
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [Version 10.0.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v10.0.0) (2024-07-01)
4+
5+
- **breaking change**: upgrade to dotnet 8.0 (#6580)
6+
- Users of the AssemblyAnalyzer must upgrade/utilize dotnet 8 to analyze assemblies
7+
- feat: fix the NVD API related errors by adding cvssV4 support (#6756)
8+
- **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)
9+
- fix: avoid escaping unnecessary chars in HTML report suppression regexes (#6749)
10+
- fix: #6688 Trim version number when parsin POM (#6705)
11+
- fix: change request if lockfile is file v3 (#6690)
12+
- fix: skip pyproject.toml unless it contains `tool.poetry` before ensuring lockfiles (#6681)
13+
14+
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/83?closed=1).
15+
316
## [Version 9.2.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v9.2.0) (2024-05-15)
417

518
- docs: update logo per intellj (#6660)

ant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>10.0.0-SNAPSHOT</version>
23+
<version>10.0.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-ant</artifactId>

archetype/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>10.0.0-SNAPSHOT</version>
23+
<version>10.0.1-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>dependency-check-plugin</artifactId>
2626
<name>Dependency-Check Plugin Archetype</name>
2727
<packaging>jar</packaging>
2828
<properties>
2929
<!--reproducible build-->
30-
<project.build.outputTimestamp>2024-05-15T09:29:26Z</project.build.outputTimestamp>
30+
<project.build.outputTimestamp>2024-07-01T10:32:05Z</project.build.outputTimestamp>
3131
</properties>
3232
<scm>
3333
<connection>scm:git:https://github.com/jeremylong/DependencyCheck.git</connection>

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>10.0.0-SNAPSHOT</version>
23+
<version>10.0.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-cli</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>10.0.0-SNAPSHOT</version>
23+
<version>10.0.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-core</artifactId>

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>10.0.0-SNAPSHOT</version>
23+
<version>10.0.1-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>dependency-check-maven</artifactId>
2626
<packaging>maven-plugin</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long
2020

2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>10.0.0-SNAPSHOT</version>
23+
<version>10.0.1-SNAPSHOT</version>
2424
<packaging>pom</packaging>
2525

2626
<modules>
@@ -112,7 +112,7 @@ Copyright (c) 2012 - Jeremy Long
112112
</licenses>
113113
<properties>
114114
<!--reproducible build-->
115-
<project.build.outputTimestamp>2024-05-15T09:29:26Z</project.build.outputTimestamp>
115+
<project.build.outputTimestamp>2024-07-01T10:32:05Z</project.build.outputTimestamp>
116116
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
117117
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
118118
<github.global.server>github</github.global.server>

utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>10.0.0-SNAPSHOT</version>
23+
<version>10.0.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-utils</artifactId>

0 commit comments

Comments
 (0)