Skip to content

Commit

Permalink
Update stale dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull authored Jan 9, 2024
1 parent 31deafb commit 4fdeb80
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 @@ -3,7 +3,7 @@
org.clojure/java.classpath {:mvn/version "1.0.0"}
clansi/clansi {:mvn/version "1.0.0"}
org.clojure/data.json {:mvn/version "2.5.0"}
org.slf4j/slf4j-simple {:mvn/version "2.0.10"}
org.slf4j/slf4j-simple {:mvn/version "2.0.11"}
org.owasp/dependency-check-core {:mvn/version "9.0.8"}
rm-hull/table {:mvn/version "0.7.1"}
trptcolin/versioneer {:mvn/version "0.2.0"}}
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:dependencies [[org.clojure/clojure "1.11.1"]
[clansi "1.0.0"]
[org.clojure/data.json "2.5.0"]
[org.slf4j/slf4j-simple "2.0.10"]
[org.slf4j/slf4j-simple "2.0.11"]
[org.owasp/dependency-check-core "9.0.8"]
[rm-hull/table "0.7.1"]
[trptcolin/versioneer "0.2.0"]
Expand Down

0 comments on commit 4fdeb80

Please sign in to comment.