Skip to content

Commit

Permalink
Updating stale dependencies (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: rm-hull <[email protected]>
  • Loading branch information
github-actions[bot] and rm-hull authored Jan 13, 2021
1 parent 970b46d commit 849d739
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
org.clojure/java.classpath {:mvn/version "1.0.0"}
clansi/clansi {:mvn/version "1.0.0"}
org.clojure/data.json {:mvn/version "1.0.0"}
org.slf4j/slf4j-simple {:mvn/version "1.7.29"}
org.owasp/dependency-check-core {:mvn/version "5.3.2"}
org.slf4j/slf4j-simple {:mvn/version "1.7.30"}
org.owasp/dependency-check-core {:mvn/version "6.0.5"}
rm-hull/table {:mvn/version "0.7.1"}
trptcolin/versioneer {:mvn/version "0.2.0"}
org.clojure/tools.deps.alpha {:mvn/version "0.9.857"}}
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
:dependencies [[org.clojure/clojure "1.10.1"]
[clansi "1.0.0"]
[org.clojure/data.json "1.0.0"]
[org.slf4j/slf4j-simple "1.7.29"]
[org.owasp/dependency-check-core "5.3.2"]
[org.slf4j/slf4j-simple "1.7.30"]
[org.owasp/dependency-check-core "6.0.5"]
[rm-hull/table "0.7.1"]
[trptcolin/versioneer "0.2.0"]
[org.clojure/java.classpath "1.0.0"]
Expand All @@ -30,4 +30,4 @@
[lein-cloverage "1.2.1"]
[lein-ancient "0.6.15"]]
:dependencies [
[commons-collections "3.2.1"]]}})
[commons-collections "20040616"]]}})

0 comments on commit 849d739

Please sign in to comment.