Skip to content

Commit 4c1f44a

Browse files
authored
Merge pull request #143 from sunng87/feature/jetty-12-0-15
feat: jetty 12.0.15
2 parents 43b512a + 4de1f82 commit 4c1f44a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

http2/project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
(def jetty-version "12.0.14")
1+
(def jetty-version "12.0.15")
22

3-
(defproject info.sunng/ring-jetty9-adapter-http2 "0.1.1"
3+
(defproject info.sunng/ring-jetty9-adapter-http2 "0.1.2"
44
:description "Ring adapter for jetty 9 and above, meta package for http2"
55
:url "http://github.com/sunng87/ring-jetty9-adapter"
66
:license {:name "Eclipse Public License"

http3/project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
(def jetty-version "12.0.14")
1+
(def jetty-version "12.0.15")
22

3-
(defproject info.sunng/ring-jetty9-adapter-http3 "0.6.1"
3+
(defproject info.sunng/ring-jetty9-adapter-http3 "0.6.2"
44
:description "Ring adapter for jetty 9 and above, meta package for http3"
55
:url "http://github.com/sunng87/ring-jetty9-adapter"
66
:license {:name "Eclipse Public License"

project.clj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def jetty-version "12.0.14")
1+
(def jetty-version "12.0.15")
22

33
(defproject info.sunng/ring-jetty9-adapter "0.35.2-SNAPSHOT"
44
:description "Ring adapter for jetty9, which supports websocket and spdy"
@@ -8,8 +8,8 @@
88
:dependencies [[org.clojure/clojure "1.12.0"]
99
[org.ring-clojure/ring-core-protocols "1.13.0"]
1010
[org.ring-clojure/ring-websocket-protocols "1.13.0"]
11-
[info.sunng/ring-jetty9-adapter-http2 "0.1.1" :optional true]
12-
[info.sunng/ring-jetty9-adapter-http3 "0.6.1" :optional true]
11+
[info.sunng/ring-jetty9-adapter-http2 "0.1.2" :optional true]
12+
[info.sunng/ring-jetty9-adapter-http3 "0.6.2" :optional true]
1313
[org.eclipse.jetty/jetty-server ~jetty-version]
1414
[org.eclipse.jetty/jetty-util ~jetty-version]
1515
[org.eclipse.jetty.websocket/jetty-websocket-jetty-api ~jetty-version]

0 commit comments

Comments
 (0)