Skip to content

Commit 36fc77d

Browse files
committed
Update Jetty to version 9.4.44
CVE-2021-34429 is fixed in version 9.4.43 but it makes sense to update to the latest 9.x series release with further fixes.
1 parent cfc0be3 commit 36fc77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ring-jetty-adapter/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:dependencies [[org.clojure/clojure "1.7.0"]
88
[ring/ring-core "1.9.4"]
99
[ring/ring-servlet "1.9.4"]
10-
[org.eclipse.jetty/jetty-server "9.4.42.v20210604"]]
10+
[org.eclipse.jetty/jetty-server "9.4.44.v20210927"]]
1111
:aliases {"test-all" ["with-profile" "default:+1.8:+1.9:+1.10" "test"]}
1212
:profiles
1313
{:dev {:dependencies [[clj-http "3.12.3"]

0 commit comments

Comments
 (0)