Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Jun 13, 2024
1 parent 2259fa1 commit 15814fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion http3/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:deploy-repositories {"releases" :clojars}
:global-vars {*warn-on-reflection* true}
:dependencies [[org.clojure/clojure "1.11.2"]
:dependencies [[org.clojure/clojure "1.11.3"]
[org.eclipse.jetty.http3/jetty-http3-server ~jetty-version]])
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.3"]
[org.ring-clojure/ring-core-protocols "1.12.1"]
[org.ring-clojure/ring-websocket-protocols "1.12.1"]
[org.ring-clojure/ring-core-protocols "1.12.2"]
[org.ring-clojure/ring-websocket-protocols "1.12.2"]
[info.sunng/ring-jetty9-adapter-http3 "0.5.3" :optional true]
[org.eclipse.jetty/jetty-server ~jetty-version]
[org.eclipse.jetty/jetty-util ~jetty-version]
Expand Down

0 comments on commit 15814fd

Please sign in to comment.