Skip to content

Commit

Permalink
build: release 10.0.4 (#6939)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Sep 1, 2024
2 parents a3a74bc + 8c875d3 commit 40e95ba
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 10 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [Version 10.0.4](https://github.com/jeremylong/DependencyCheck/releases/tag/v10.0.4) (2024-09-01)

- build(deps): exclude unused dependency (#6916)
- fix: improve regex (#6917)
- fix: correctly handle null values in cpeMatch (#6915)
- fix(site): Update Fluido skin to resolve broken fork-me-on-github image (#6914)
- fix: do not report over 100% download complete (#6899)
- fix: Correct spelling of occurring in NvdApiDataSource.java (#6883)
- fix: skip blank lines in requirements.txt (#6867)
- fix: correct percentage calculation (#6868)
- docs: remove old recommendation (#6860)

See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/88?closed=1).

## [Version 10.0.3](https://github.com/jeremylong/DependencyCheck/releases/tag/v10.0.3) (2024-07-16)

- feat: Enable configuration of a lower resultsPerPage on NVD API (#6843)
Expand All @@ -11,7 +25,6 @@

See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/84?closed=1).


## [Version 10.0.2](https://github.com/jeremylong/DependencyCheck/releases/tag/v10.0.2) (2024-07-06)

**Mandatory Upgrade** - due to older versions of dependency-check causing numerous, spurious requests that end in processing failures, this upgrade is mandatory so that the NVD can differentiate valid requests and block the old clients.
Expand Down
2 changes: 1 addition & 1 deletion ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.5-SNAPSHOT</version>
</parent>

<artifactId>dependency-check-ant</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.5-SNAPSHOT</version>
</parent>
<artifactId>dependency-check-plugin</artifactId>
<name>Dependency-Check Plugin Archetype</name>
<packaging>jar</packaging>
<properties>
<!--reproducible build-->
<project.build.outputTimestamp>2024-07-16T10:39:46Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-01T11:39:49Z</project.build.outputTimestamp>
</properties>
<scm>
<connection>scm:git:https://github.com/jeremylong/DependencyCheck.git</connection>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.5-SNAPSHOT</version>
</parent>

<artifactId>dependency-check-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.5-SNAPSHOT</version>
</parent>

<artifactId>dependency-check-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.5-SNAPSHOT</version>
</parent>
<artifactId>dependency-check-maven</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long

<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.5-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -112,7 +112,7 @@ Copyright (c) 2012 - Jeremy Long
</licenses>
<properties>
<!--reproducible build-->
<project.build.outputTimestamp>2024-07-16T10:39:46Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-01T11:39:49Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>10.0.4-SNAPSHOT</version>
<version>10.0.5-SNAPSHOT</version>
</parent>

<artifactId>dependency-check-utils</artifactId>
Expand Down

0 comments on commit 40e95ba

Please sign in to comment.