Skip to content

Commit

Permalink
ci: bump deps
Browse files Browse the repository at this point in the history
bump of dependency check should fix failing nvd-scan
  • Loading branch information
lread committed Feb 16, 2025
1 parent f27a97b commit 4e3f616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
:extra-deps {com.github.clj-easy/graal-build-time {:mvn/version "1.0.5"}}}
:build
{:extra-paths ["build"]
:deps {io.github.clojure/tools.build {:mvn/version "0.10.6"}
:deps {io.github.clojure/tools.build {:mvn/version "0.10.7"}
slipset/deps-deploy {:mvn/version "0.2.2"}
babashka/fs {:mvn/version "0.5.24"}}
:ns-default build}
Expand Down
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 "12.0.2"}}}
org.owasp/dependency-check-core {:mvn/version "12.1.0"}}}

0 comments on commit 4e3f616

Please sign in to comment.