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

Commit e105540

Browse files
authored
chore: Release 8.4.1 (#6000)
2 parents 778185b + 5cc8df0 commit e105540

File tree

9 files changed

+28
-21
lines changed

9 files changed

+28
-21
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

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.4.1-SNAPSHOT</version>
23+
<version>8.4.2-SNAPSHOT</version>
2424
</parent>
2525

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

archetype/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

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.4.1-SNAPSHOT</version>
23+
<version>8.4.2-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.4.1-SNAPSHOT</version>
23+
<version>8.4.2-SNAPSHOT</version>
2424
</parent>
2525

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

maven/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.4.1-SNAPSHOT</version>
23+
<version>8.4.2-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>dependency-check-maven</artifactId>
2626
<packaging>maven-plugin</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)