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

Commit 17c5081

Browse files
authored
chore: prepare release (#5891)
1 parent d1e5736 commit 17c5081

File tree

10 files changed

+567
-60
lines changed

10 files changed

+567
-60
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,19 @@ jobs:
185185
prerelease: false
186186
draft: false
187187
body: |
188-
Re-release of 8.3.0 as 8.3.1.
188+
### Added
189+
190+
- feat: Add support for Nexus v3 to NexusAnalyzer (#5849)
191+
192+
### Fixed
193+
194+
- fix: Hint Analyzer should run before VersionFilter Analyzer (#5818)
195+
- chore: switch to sha1-pinning as suggested by Semgrep
196+
- fix: OSS Index Analyzer SocketTimeoutException exception handling based on warn only parameter (#5845)
197+
- fix: use curl with -L to follow github redirect (#5808)
198+
- fix: use curl with -L to follow github redirect
199+
- fix: #5671 out of memory error (#5789)
200+
- fix: #5671 Exit method as soon as we detect a loop to prevent an infinite loop leading to an OutOfMemoryError
189201
190202
- name: Upload CLI
191203
id: upload-release-cli

CHANGELOG.md

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

3+
## [Version 8.4.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v8.4.0) (2023-08-19)
4+
5+
### Added
6+
7+
- feat: Add support for Nexus v3 to NexusAnalyzer (#5849)
8+
9+
### Fixed
10+
11+
- fix: Hint Analyzer should run before VersionFilter Analyzer (#5818)
12+
- chore: switch to sha1-pinning as suggested by Semgrep
13+
- fix: OSS Index Analyzer SocketTimeoutException exception handling based on warn only parameter (#5845)
14+
- fix: use curl with -L to follow github redirect (#5808)
15+
- fix: use curl with -L to follow github redirect
16+
- fix: #5671 out of memory error (#5789)
17+
- fix: #5671 Exit method as soon as we detect a loop to prevent an infinite loop leading to an OutOfMemoryError
18+
19+
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/66?closed=1).
20+
321
## [Version 8.3.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v8.3.1) (2023-06-12)
422

523
Re-release of 8.3.0 as 8.3.1.
624

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

1127
### Added

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>8.3.2-SNAPSHOT</version>
23+
<version>8.4.0-SNAPSHOT</version>
2424
</parent>
2525

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

archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>8.3.2-SNAPSHOT</version>
23+
<version>8.4.0-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>dependency-check-plugin</artifactId>
2626
<name>Dependency-Check Plugin Archetype</name>

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>8.3.2-SNAPSHOT</version>
23+
<version>8.4.0-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>8.3.2-SNAPSHOT</version>
23+
<version>8.4.0-SNAPSHOT</version>
2424
</parent>
2525

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

0 commit comments

Comments
 (0)