Skip to content

Commit

Permalink
Update Pedestal to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Jan 23, 2024
1 parent 56bf89e commit 17d2ce4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
org.slf4j/slf4j-simple {:mvn/version "1.7.28"}
;; pedestal.service
io.pedestal/pedestal.service
{:mvn/version "0.5.10"
{:mvn/version "0.6.3"
:exclusions [org.msgpack/msgpack
cheshire/cheshire
ring/ring-core]}
cheshire/cheshire {:mvn/version "5.12.0"}
ring/ring-core {:mvn/version "1.10.0"}
;; pedestal.jetty
io.pedestal/pedestal.jetty
{:mvn/version "0.5.10"
{:mvn/version "0.6.3"
:exclusions [org.eclipse.jetty/jetty-server
org.eclipse.jetty/jetty-servlet
org.eclipse.jetty.alpn/alpn-api
Expand Down Expand Up @@ -67,8 +67,8 @@
org.clojure/clojurescript {:mvn/version "1.10.764"
:exclusions [org.clojure/data.json]}
;; :server deps
io.pedestal/pedestal.service {:mvn/version "0.5.10"}
io.pedestal/pedestal.jetty {:mvn/version "0.5.10"}
io.pedestal/pedestal.service {:mvn/version "0.6.3"}
io.pedestal/pedestal.jetty {:mvn/version "0.6.3"}
;; Superseeded by babashka/http-client but we cannot use that
;; due to cljs shadowing the default `random-uuid` fn
babashka/babashka.curl {:mvn/version "0.1.2"}
Expand Down

0 comments on commit 17d2ce4

Please sign in to comment.