Skip to content

Commit 8fcd776

Browse files
authored
Merge pull request #453 from terop/update_jetty
Update Jetty to version 9.4.44
2 parents cfc0be3 + 36fc77d commit 8fcd776

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)