Skip to content

Commit 29f428a

Browse files
authored
ci: vulnerability scan: rebump dependency-check (#127)
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
1 parent fafaf20 commit 29f428a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvd_check_helper_project/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
#_:clj-kondo/ignore
55
{:mvn/version "RELEASE"}
66
;; temporarily try bumping transitive dep to current release
7-
org.owasp/dependency-check-core {:mvn/version "10.0.0"}}}
7+
org.owasp/dependency-check-core {:mvn/version "10.0.1"}}}

0 commit comments

Comments
 (0)