Skip to content

Commit 2c02eb4

Browse files
authored
ci: bump deps (#151)
bump of dependency check should fix failing nvd-scan
1 parent f27a97b commit 2c02eb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
:extra-deps {com.github.clj-easy/graal-build-time {:mvn/version "1.0.5"}}}
2525
:build
2626
{:extra-paths ["build"]
27-
:deps {io.github.clojure/tools.build {:mvn/version "0.10.6"}
27+
:deps {io.github.clojure/tools.build {:mvn/version "0.10.7"}
2828
slipset/deps-deploy {:mvn/version "0.2.2"}
2929
babashka/fs {:mvn/version "0.5.24"}}
3030
:ns-default build}

nvd_check_helper_project/deps.edn

+1-1
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 "12.0.2"}}}
7+
org.owasp/dependency-check-core {:mvn/version "12.1.0"}}}

0 commit comments

Comments
 (0)