Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Nov 16, 2022
1 parent 36a0166 commit 41ee037
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ jobs:
draft: false
body: |
### Changes
- Fixed issue with the Maven plugin that caused concurrent modification exceptions (#4935).
- Migrated from Jackson Afterburner to Blackbird (#4905).
- Added an experimental Dart analyzer (#4869).
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/50?closed=1).
- Resolved several false positives and false negatives.
- Use Jackson Afterburner if still on Java 8 (#4966).
- Exclude `node_modules` from the Maven plugin's scan path (#4974).
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/51?closed=1).
- name: Upload CLI
id: upload-release-cli
Expand Down
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes

## [Version 7.3.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v7.3.1) (2022-11-16)

**Changes**

- Resolved several false positives and false negatives.
- Use Jackson Afterburner if still on Java 8 (#4966).
- Exclude `node_modules` from the Maven plugin's scan path (#4974).
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/51?closed=1).

## [Version 7.3.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v7.3.0) (2022-10-19)

**Changes**
Expand Down

0 comments on commit 41ee037

Please sign in to comment.