Skip to content

Commit

Permalink
ci: vulnerability scan: bump dependency check
Browse files Browse the repository at this point in the history
Apparently 10.0.2 is a mandatory update.
  • Loading branch information
lread committed Jul 6, 2024
1 parent 1747762 commit 3c4a63a
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 3c4a63a

Please sign in to comment.