Skip to content

Commit

Permalink
Update Jetty dependency to 11.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Oct 13, 2023
1 parent 3838af6 commit 3084e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ring-jetty-adapter/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
:dependencies [[org.clojure/clojure "1.7.0"]
[ring/ring-core "1.11.0-alpha4"]
[org.ring-clojure/ring-jakarta-servlet "1.11.0-alpha4"]
[org.eclipse.jetty/jetty-server "11.0.16"]
[org.eclipse.jetty.websocket/websocket-jetty-server "11.0.16"]]
[org.eclipse.jetty/jetty-server "11.0.17"]
[org.eclipse.jetty.websocket/websocket-jetty-server "11.0.17"]]
:aliases {"test-all" ["with-profile" "default:+1.8:+1.9:+1.10:+1.11" "test"]}
:profiles
{:dev {:dependencies [[clj-http "3.12.3"]
Expand Down

0 comments on commit 3084e24

Please sign in to comment.