Skip to content

Commit

Permalink
feat: update ring to 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Jan 7, 2024
1 parent e3cf62e commit 094a779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.11.1"]
[ring/ring-core "1.11.0-RC1" :exclusions [commons-io]]
[org.ring-clojure/ring-websocket-protocols "1.11.0-RC1"]
[ring/ring-core "1.11.0" :exclusions [commons-io]]
[org.ring-clojure/ring-websocket-protocols "1.11.0"]
[info.sunng/ring-jetty9-adapter-http3 "0.4.4" :optional true]
[org.eclipse.jetty/jetty-server ~jetty-version]
[org.eclipse.jetty/jetty-util ~jetty-version]
Expand Down

0 comments on commit 094a779

Please sign in to comment.