Skip to content

Commit

Permalink
build: Release 8.3.0 (#5767)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Jun 12, 2023
1 parent 313c782 commit 53de8f0
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 13 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,20 @@ jobs:
prerelease: false
draft: false
body: |
### Added
- Add LibmanAnalyzer (#5652)
- Update HTML report Dependencies header based on display settings (#5619)
- Add link to suppressed vulnerabilities header in HTML report (#5620)
- Enable local proxy configuration in maven plugin configuration (#5696)
### Fixed
- NullPointerException in MSBuildAnalyzer (#5589)
- SQL Syntax for Oracle (#5590)
- Use `https://` URLs in report templates (#5582)
- Fix npm alias present in requires of dependencies (#5703)
- Make Central URL configurable via CLI (#5667)
- Ensure support of CVSSv3.1 (#5602)
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/64?closed=1).
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/65?closed=1).
- name: Upload CLI
id: upload-release-cli
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [Version 8.3.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v8.3.0) (2023-06-12)

### Added

- Add LibmanAnalyzer (#5652)
- Update HTML report Dependencies header based on display settings (#5619)
- Add link to suppressed vulnerabilities header in HTML report (#5620)
- Enable local proxy configuration in maven plugin configuration (#5696)

### Fixed

- Fix npm alias present in requires of dependencies (#5703)
- Make Central URL configurable via CLI (#5667)
- Ensure support of CVSSv3.1 (#5602)

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

## [Version 8.2.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v8.2.1) (2023-03-23)

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>8.2.2-SNAPSHOT</version>
<version>8.3.1-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>8.2.2-SNAPSHOT</version>
<version>8.3.1-SNAPSHOT</version>
</parent>
<artifactId>dependency-check-plugin</artifactId>
<name>Dependency-Check Plugin Archetype</name>
<packaging>jar</packaging>
<properties>
<!--reproducible build-->
<project.build.outputTimestamp>2023-03-23T10:32:22Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-06-10T11:06:15Z</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>8.2.2-SNAPSHOT</version>
<version>8.3.1-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>8.2.2-SNAPSHOT</version>
<version>8.3.1-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>8.2.2-SNAPSHOT</version>
<version>8.3.1-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>8.2.2-SNAPSHOT</version>
<version>8.3.1-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-03-23T10:32:22Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-06-10T11:06:15Z</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>8.2.2-SNAPSHOT</version>
<version>8.3.1-SNAPSHOT</version>
</parent>

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

0 comments on commit 53de8f0

Please sign in to comment.