This repository was archived by the owner on Sep 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,19 +185,14 @@ jobs:
185185 prerelease : false
186186 draft : false
187187 body : |
188- ### Added
189188
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
189+ - fix: upgrade to JCS3 (#5114)
190+ - fix: Support ~= version specifier in requirements.txt and pipfile (#5902)
191+ - fix: Version of dependency no longer ignored when CPE product has a 'java' suffix in a product name (#5901)
192+ - fix: Do not filter out evidences added by hints (#5900)
193+ - fix: fixes FP #5925 (#5927)
194+
195+ See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/67?closed=1).
201196
202197 - name : Upload CLI
203198 id : upload-release-cli
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ Version 8.4.1] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v8.4.1 ) (2023-10-21)
4+
5+ ### Fixed
6+
7+ - fix: upgrade to JCS3 (#5114 )
8+ - fix: Support ~ = version specifier in requirements.txt and pipfile (#5902 )
9+ - fix: Version of dependency no longer ignored when CPE product has a 'java' suffix in a product name (#5901 )
10+ - fix: Do not filter out evidences added by hints (#5900 )
11+ - fix: fixes FP #5925 (#5927 )
12+
13+ See the full listing of [ changes] ( https://github.com/jeremylong/DependencyCheck/milestone/67?closed=1 ) .
14+
315## [ Version 8.4.0] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v8.4.0 ) (2023-08-19)
416
517### Added
Original file line number Diff line number Diff 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.4.1 -SNAPSHOT</version >
23+ <version >8.4.2 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-ant</artifactId >
Original file line number Diff line number Diff 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 >8.4.1 -SNAPSHOT</version >
23+ <version >8.4.2 -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>2023-08-19T12:57:43Z </project .build.outputTimestamp>
30+ <project .build.outputTimestamp>2023-10-21T13:37:51Z </project .build.outputTimestamp>
3131 </properties >
3232 <scm >
3333 <connection >scm:git:https://github.com/jeremylong/DependencyCheck.git</connection >
Original file line number Diff line number Diff 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.4.1 -SNAPSHOT</version >
23+ <version >8.4.2 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-cli</artifactId >
Original file line number Diff line number Diff 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.4.1 -SNAPSHOT</version >
23+ <version >8.4.2 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-core</artifactId >
Original file line number Diff line number Diff 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.4.1 -SNAPSHOT</version >
23+ <version >8.4.2 -SNAPSHOT</version >
2424 </parent >
2525 <artifactId >dependency-check-maven</artifactId >
2626 <packaging >maven-plugin</packaging >
Original file line number Diff line number Diff 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 >8.4.1 -SNAPSHOT</version >
23+ <version >8.4.2 -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>2023-08-19T12:57:43Z </project .build.outputTimestamp>
115+ <project .build.outputTimestamp>2023-10-21T13:37:51Z </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>
Original file line number Diff line number Diff 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 >8.4.1 -SNAPSHOT</version >
23+ <version >8.4.2 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-utils</artifactId >
You can’t perform that action at this time.
0 commit comments