Skip to content

Commit

Permalink
Update Jetty dependency to 11.0.20
Browse files Browse the repository at this point in the history
This version contains a fix for CVE-2024-22201.
  • Loading branch information
terop committed Feb 27, 2024
1 parent a7b0b50 commit 5a52571
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"]
[org.ring-clojure/ring-jakarta-servlet "1.11.0"]
[org.eclipse.jetty/jetty-server "11.0.18"]
[org.eclipse.jetty.websocket/websocket-jetty-server "11.0.18"]]
[org.eclipse.jetty/jetty-server "11.0.20"]
[org.eclipse.jetty.websocket/websocket-jetty-server "11.0.20"]]
: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 5a52571

Please sign in to comment.