Skip to content

Commit

Permalink
ci: vulnerability scan: bump dependency check (#129)
Browse files Browse the repository at this point in the history
Apparently 10.0.2 is a mandatory update.
  • Loading branch information
lread authored Jul 6, 2024
1 parent 7e9128b commit af89a03
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.1"}}}
org.owasp/dependency-check-core {:mvn/version "10.0.2"}}}

0 comments on commit af89a03

Please sign in to comment.