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

Commit

Permalink
release 6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Sep 29, 2021
1 parent d34373f commit 1a2341e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,9 @@ jobs:
release_name: Version ${{ env.VERSION }}
body: |
Changes in this Release
- Fixed [ConcurrentModificationException](https://github.com/jeremylong/DependencyCheck/issues/3618)
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/32?closed=1).
- Reduced chance of rate limiting when download files from NVD (see [#2670](https://github.com/jeremylong/DependencyCheck/pull/3670)).
- Fixed bug causing some transitive dependencies being skipped in the odc-maven-plugin (see [#3627](https://github.com/jeremylong/DependencyCheck/pull/3627)).
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/33?closed=1).
draft: false
prerelease: false
- name: Upload CLI
Expand Down
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## [Version 6.3.2](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.3.1) (2021-09-29)

### Changes

- Reduced chance of rate limiting when download files from NVD (see [#2670](https://github.com/jeremylong/DependencyCheck/pull/3670)).
- Fixed bug causing some transitive dependencies being skipped in the odc-maven-plugin (see [#3627](https://github.com/jeremylong/DependencyCheck/pull/3627)).
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/33?closed=1).

## [Version 6.3.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v6.3.1) (2021-09-01)

### Changes
Expand Down

0 comments on commit 1a2341e

Please sign in to comment.