File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33* Added -open? method to Socket protocol
44* Fixed missing spaces after semicolons in Set-Cookie header (#486 )
5+ * Updated Jetty to 11.0.16
56
67## 1.11.0-alpha1 (2023-08-17)
78
Original file line number Diff line number Diff line change 1- (defproject ring /ring-jetty-adapter " 1.11.0-alpha1 "
1+ (defproject ring /ring-jetty-adapter " 1.11.0-alpha2 "
22 :description " Ring Jetty adapter."
33 :url " https://github.com/ring-clojure/ring"
44 :scm {:dir " .." }
55 :license {:name " The MIT License"
66 :url " http://opensource.org/licenses/MIT" }
77 :dependencies [[org.clojure/clojure " 1.7.0" ]
8- [ring/ring-core " 1.11.0-alpha1 " ]
9- [org.ring-clojure/ring-jakarta-servlet " 1.11.0-alpha1 " ]
8+ [ring/ring-core " 1.11.0-alpha2 " ]
9+ [org.ring-clojure/ring-jakarta-servlet " 1.11.0-alpha2 " ]
1010 [org.eclipse.jetty/jetty-server " 11.0.16" ]
1111 [org.eclipse.jetty.websocket/websocket-jetty-server " 11.0.16" ]]
1212 :aliases {" test-all" [" with-profile" " default:+1.8:+1.9:+1.10:+1.11" " test" ]}
You can’t perform that action at this time.
0 commit comments