Skip to content

Commit bf6661e

Browse files
committed
Update Jetty to 9.4.42
Fixes two known vulnerabilities in Jetty: - https://nvd.nist.gov/vuln/detail/CVE-2021-28169 - https://nvd.nist.gov/vuln/detail/CVE-2021-34428
1 parent 99ece0b commit bf6661e

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.3"]
99
[ring/ring-servlet "1.9.3"]
10-
[org.eclipse.jetty/jetty-server "9.4.40.v20210413"]]
10+
[org.eclipse.jetty/jetty-server "9.4.42.v20210604"]]
1111
:aliases {"test-all" ["with-profile" "default:+1.8:+1.9:+1.10" "test"]}
1212
:profiles
1313
{:dev {:dependencies [[clj-http "3.10.0"]

0 commit comments

Comments
 (0)