Skip to content

Commit

Permalink
Merge pull request #5133 from jeremylong/release-7.4.1
Browse files Browse the repository at this point in the history
Release 7.4.1
  • Loading branch information
jeremylong committed Dec 9, 2022
2 parents 0e83491 + d7148d7 commit 119c472
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 23 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,25 +185,13 @@ jobs:
prerelease: false
draft: false
body: |
### Added
- Add support for npm package lock v2 and v3 (#5078)
- Added experimental support for Python Poetry (#5025)
- Added a vanilla HTML report for use in Jenkins (#5053)
### Changed
- Renamed `RELEASE_NOTES.md` to `CHANGELOG.md` to be more conventional
- Optimized checksum calculation to improve performance (#5112)
- Added support for scanning .NET assemblies when only the dotnet runtime is installed (#5087)
- Bumped several dependencies
### Fixed
- Fixed bug when setting the proxy port (#5076)
- Resolved several FP and FN
- Fixed bug when setting the proxy port in gradle (#5123)
- Fixed issue with invalid `node_module` paths in some scans (#5127)
- Resolved several FP
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/52?closed=1).
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/53?closed=1).
- name: Upload CLI
id: upload-release-cli
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [Version 7.4.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v7.4.1) (2022-12-09)

### Fixed

- Fixed bug when setting the proxy port in gradle (#5123)
- Fixed issue with invalid `node_module` paths in some scans (#5127)
- Resolved several FP

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

## [Version 7.4.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v7.4.0) (2022-12-04)

### Added
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>7.4.1-SNAPSHOT</version>
<version>7.4.2-SNAPSHOT</version>
</parent>

<artifactId>dependency-check-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>7.4.1-SNAPSHOT</version>
<version>7.4.2-SNAPSHOT</version>
</parent>
<artifactId>dependency-check-plugin</artifactId>
<name>Dependency-Check Plugin Archetype</name>
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>7.4.1-SNAPSHOT</version>
<version>7.4.2-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>7.4.1-SNAPSHOT</version>
<version>7.4.2-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>7.4.1-SNAPSHOT</version>
<version>7.4.2-SNAPSHOT</version>
</parent>
<artifactId>dependency-check-maven</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion 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>7.4.1-SNAPSHOT</version>
<version>7.4.2-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
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>7.4.1-SNAPSHOT</version>
<version>7.4.2-SNAPSHOT</version>
</parent>

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

0 comments on commit 119c472

Please sign in to comment.