Skip to content

Commit

Permalink
bumped up ring-defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogthos committed Apr 27, 2024
1 parent 0fe3372 commit 92a3090
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 @@ -9,7 +9,7 @@
;; Ring
metosin/ring-http-response {:mvn/version "0.9.3"}
ring/ring-core {:mvn/version "1.12.0"}
ring/ring-defaults {:mvn/version "0.4.0"}
ring/ring-defaults {:mvn/version "0.5.0"}

;; Logging
ch.qos.logback/logback-classic {:mvn/version "1.4.14"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"kit-sql-hikari" "1.0.4"
"kit-sql" "1.1.4"
"kit-undertow" "1.0.6"
"lein-template" "0.1.58"
"deps-template" "0.1.58"}
"lein-template" "0.1.59"
"deps-template" "0.1.59"}
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.58"}}}
io.github.kit-clj/deps-template {:mvn/version "0.1.59"}}}

0 comments on commit 92a3090

Please sign in to comment.