File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- (def jetty-version " 12.0.15 " )
1
+ (def jetty-version " 12.0.16 " )
2
2
3
- (defproject info.sunng /ring-jetty9-adapter-http2 " 0.1.2 "
3
+ (defproject info.sunng /ring-jetty9-adapter-http2 " 0.1.3 "
4
4
:description " Ring adapter for jetty 9 and above, meta package for http2"
5
5
:url " http://github.com/sunng87/ring-jetty9-adapter"
6
6
:license {:name " Eclipse Public License"
Original file line number Diff line number Diff line change 1
- (def jetty-version " 12.0.15 " )
1
+ (def jetty-version " 12.0.16 " )
2
2
3
- (defproject info.sunng /ring-jetty9-adapter-http3 " 0.6.2 "
3
+ (defproject info.sunng /ring-jetty9-adapter-http3 " 0.6.3 "
4
4
:description " Ring adapter for jetty 9 and above, meta package for http3"
5
5
:url " http://github.com/sunng87/ring-jetty9-adapter"
6
6
:license {:name " Eclipse Public License"
Original file line number Diff line number Diff line change 1
- (def jetty-version " 12.0.15 " )
1
+ (def jetty-version " 12.0.16 " )
2
2
3
3
(defproject info.sunng /ring-jetty9-adapter " 0.36.1-SNAPSHOT"
4
4
:description " Ring adapter for jetty9, which supports websocket and spdy"
8
8
:dependencies [[org.clojure/clojure " 1.12.0" ]
9
9
[org.ring-clojure/ring-core-protocols " 1.13.0" ]
10
10
[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 ]
13
13
[org.eclipse.jetty/jetty-server ~jetty-version]
14
14
[org.eclipse.jetty/jetty-util ~jetty-version]
15
15
[org.eclipse.jetty.websocket/jetty-websocket-jetty-api ~jetty-version]
20
20
:aot [ring.adapter.jetty9.handlers.sync
21
21
ring.adapter.jetty9.handlers.async]
22
22
:profiles {:dev {:dependencies [[clj-http " 3.13.0" ]
23
- [less-awful-ssl " 1.0.6 " ]
23
+ [less-awful-ssl " 1.0.7 " ]
24
24
[org.eclipse.jetty/jetty-slf4j-impl ~jetty-version]
25
25
#_[stylefruits/gniazdo " 1.1.4" ]]
26
26
:resource-paths [" dev-resources" ]}
You can’t perform that action at this time.
0 commit comments