Skip to content

Commit

Permalink
ci: vulnerability scan: rebump dependency-check (#127)
Browse files Browse the repository at this point in the history
This gets rid of log lines like:
```
[2024-07-02 03:51:36.108] ERROR CveDB - Updating CVE: CVE-2024-5635
```
Which were not errors but debug log lines left in by accident:

- jeremylong/DependencyCheck#6746 (comment)
- jeremylong/DependencyCheck@8c731cd
  • Loading branch information
lread committed Jul 2, 2024
1 parent fafaf20 commit 29f428a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvd_check_helper_project/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#_:clj-kondo/ignore
{:mvn/version "RELEASE"}
;; temporarily try bumping transitive dep to current release
org.owasp/dependency-check-core {:mvn/version "10.0.0"}}}
org.owasp/dependency-check-core {:mvn/version "10.0.1"}}}

0 comments on commit 29f428a

Please sign in to comment.