Skip to content

Commit 312097a

Browse files
authored
Merge pull request #145 from sunng87/feature/jetty-12-0-16
feat: update jetty to 12.0.16
2 parents 0d1007b + 22718a0 commit 312097a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.15")
1+
(def jetty-version "12.0.16")
22

3-
(defproject info.sunng/ring-jetty9-adapter-http2 "0.1.2"
3+
(defproject info.sunng/ring-jetty9-adapter-http2 "0.1.3"
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.15")
1+
(def jetty-version "12.0.16")
22

3-
(defproject info.sunng/ring-jetty9-adapter-http3 "0.6.2"
3+
(defproject info.sunng/ring-jetty9-adapter-http3 "0.6.3"
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

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

33
(defproject info.sunng/ring-jetty9-adapter "0.36.1-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.2" :optional true]
12-
[info.sunng/ring-jetty9-adapter-http3 "0.6.2" :optional true]
11+
[info.sunng/ring-jetty9-adapter-http2 "0.1.3" :optional true]
12+
[info.sunng/ring-jetty9-adapter-http3 "0.6.3" :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]
@@ -20,7 +20,7 @@
2020
:aot [ring.adapter.jetty9.handlers.sync
2121
ring.adapter.jetty9.handlers.async]
2222
:profiles {:dev {:dependencies [[clj-http "3.13.0"]
23-
[less-awful-ssl "1.0.6"]
23+
[less-awful-ssl "1.0.7"]
2424
[org.eclipse.jetty/jetty-slf4j-impl ~jetty-version]
2525
#_[stylefruits/gniazdo "1.1.4"]]
2626
:resource-paths ["dev-resources"]}

0 commit comments

Comments
 (0)