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 2
2
3
3
* Added -open? method to Socket protocol
4
4
* Fixed missing spaces after semicolons in Set-Cookie header (#486 )
5
+ * Updated Jetty to 11.0.16
5
6
6
7
## 1.11.0-alpha1 (2023-08-17)
7
8
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 "
2
2
:description " Ring Jetty adapter."
3
3
:url " https://github.com/ring-clojure/ring"
4
4
:scm {:dir " .." }
5
5
:license {:name " The MIT License"
6
6
:url " http://opensource.org/licenses/MIT" }
7
7
: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 " ]
10
10
[org.eclipse.jetty/jetty-server " 11.0.16" ]
11
11
[org.eclipse.jetty.websocket/websocket-jetty-server " 11.0.16" ]]
12
12
: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