Skip to content

Commit 2e3884b

Browse files
authored
Update stale dependencies
1 parent 21b4a93 commit 2e3884b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
org.clojure/data.json {:mvn/version "2.5.1"}
1010
org.clojure/java.classpath {:mvn/version "1.1.0"}
1111
org.slf4j/slf4j-simple {:mvn/version "2.0.17"}
12-
org.owasp/dependency-check-core {:mvn/version "12.1.6"}
12+
org.owasp/dependency-check-core {:mvn/version "12.1.7"}
1313

1414
rm-hull/table {:mvn/version "0.7.1"}
1515

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[org.clojure/clojure "1.12.3"]
1414
[org.clojure/data.json "2.5.1"]
1515
[org.slf4j/slf4j-simple "2.0.17"]
16-
[org.owasp/dependency-check-core "12.1.6" :exclusions [commons-logging]]
16+
[org.owasp/dependency-check-core "12.1.7" :exclusions [commons-logging]]
1717

1818
[rm-hull/table "0.7.1"]
1919

0 commit comments

Comments
 (0)