Skip to content

Commit 48c0388

Browse files
committed
Release 1.11.0-alpha2
1 parent 1b32475 commit 48c0388

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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

ring-jetty-adapter/project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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"]}

0 commit comments

Comments
 (0)