Skip to content

Commit

Permalink
build: release 9.0.4 (#6263)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Dec 8, 2023
2 parents d356656 + b10b86a commit f1fe21e
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,21 +186,12 @@ jobs:
prerelease: false
draft: false
body: |
- fix: use Java properties for proxy configuration (#6238)
- docs: update proxy configuration documentation (#6237)
- docs: add documentation on caching (#6204)
- docs: Clarify H2 database caching strategy (#6220)
- docs: Update list of supported report formats (#6224)
- docs: example 5 with new nvdDatafeedUrl parameter (#6215)
- fix: prevent NPEs (#6232 and #6206)
- fix: check valid for hours for NVD API (#6225)
- fix: correct NVD cache last checked logic (#6218)
- fix: nvd datafeed should process current year (#6213)
- fix: correct references to cvssv2 and cvssv3 fields in json and xml reports (#6212)
- fix: correct name on reference links in report (#6205)
- fix: flaws int the gitlab report (#6193)
- fix: utilize maven proxy if present (#6255)
- fix: allow api key in cli to be quoted (#6253)
- fix: use correct maven plugin reporting plugin (#6244)
- fix: correct trailing comma in JSON report (#6245)
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/73?closed=1).
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/74?closed=1).
- name: Upload CLI
id: upload-release-cli
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [Version 9.0.4](https://github.com/jereong/DependencyCheck/releases/tag/v9.0.4) (2023-12-08)

- fix: utilize maven proxy if present (#6255)
- fix: allow api key in cli to be quoted (#6253)
- fix: use correct maven plugin reporting plugin (#6244)
- fix: correct trailing comma in JSON report (#6245)

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

## [Version 9.0.3](https://github.com/jereong/DependencyCheck/releases/tag/v9.0.3) (2023-12-06)

- fix: use Java properties for proxy configuration (#6238)
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>9.0.4-SNAPSHOT</version>
<version>9.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>9.0.4-SNAPSHOT</version>
<version>9.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>2023-12-06T11:27:31Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-12-08T10:56:54Z</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>9.0.4-SNAPSHOT</version>
<version>9.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>9.0.4-SNAPSHOT</version>
<version>9.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>9.0.4-SNAPSHOT</version>
<version>9.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>9.0.4-SNAPSHOT</version>
<version>9.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>2023-12-06T11:27:31Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-12-08T10:56:54Z</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>9.0.4-SNAPSHOT</version>
<version>9.0.5-SNAPSHOT</version>
</parent>

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

0 comments on commit f1fe21e

Please sign in to comment.