Skip to content

Commit

Permalink
Update jetty http2-server to 9.4.54.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Feb 29, 2024
1 parent 1244c67 commit de2f000
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@
:run-cli {:main-opts ["-m" "com.yetanalytics.datasim.cli"]}
:server {:extra-paths ["src/server"]
:extra-deps
{io.pedestal/pedestal.jetty {:mvn/version "0.6.3"}
{io.pedestal/pedestal.jetty {:mvn/version "0.6.3"
:exclusions [org.eclipse.jetty.http2/http2-server]}
io.pedestal/pedestal.service {:mvn/version "0.6.3"}
org.eclipse.jetty.http2/http2-server {:mvn/version "9.4.54.v20240208"}
org.slf4j/slf4j-simple {:mvn/version "1.7.28"}
clj-http/clj-http {:mvn/version "3.12.3"}
environ/environ {:mvn/version "1.1.0"}
Expand Down

0 comments on commit de2f000

Please sign in to comment.