Skip to content

Commit

Permalink
roll back logback-classic to 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Oct 16, 2024
1 parent 8550ae3 commit d4e55f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ring/ring-defaults {:mvn/version "0.5.0"}

;; Logging
ch.qos.logback/logback-classic {:mvn/version "1.5.10"}
ch.qos.logback/logback-classic {:mvn/version "1.5.7"}

;; Data coercion
luminus-transit/luminus-transit {:mvn/version "0.1.6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"kit-sql-hikari" "1.0.6"
"kit-sql" "1.1.4"
"kit-undertow" "1.0.7"
"lein-template" "0.1.68"
"deps-template" "0.1.68"}
"lein-template" "0.1.69"
"deps-template" "0.1.69"}
2 changes: 1 addition & 1 deletion libs/lein-template/deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:paths ["src"]
:deps {selmer/selmer {:mvn/version "1.12.59"}
com.github.seancorfield/clj-new {:mvn/version "1.2.381"}
io.github.kit-clj/deps-template {:mvn/version "0.1.68"}}}
io.github.kit-clj/deps-template {:mvn/version "0.1.69"}}}

0 comments on commit d4e55f0

Please sign in to comment.