Skip to content

Commit

Permalink
Merge pull request #145 from sunng87/feature/jetty-12-0-16
Browse files Browse the repository at this point in the history
feat: update jetty to 12.0.16
  • Loading branch information
sunng87 authored Dec 15, 2024
2 parents 0d1007b + 22718a0 commit 312097a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions http2/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(def jetty-version "12.0.15")
(def jetty-version "12.0.16")

(defproject info.sunng/ring-jetty9-adapter-http2 "0.1.2"
(defproject info.sunng/ring-jetty9-adapter-http2 "0.1.3"
:description "Ring adapter for jetty 9 and above, meta package for http2"
:url "http://github.com/sunng87/ring-jetty9-adapter"
:license {:name "Eclipse Public License"
Expand Down
4 changes: 2 additions & 2 deletions http3/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(def jetty-version "12.0.15")
(def jetty-version "12.0.16")

(defproject info.sunng/ring-jetty9-adapter-http3 "0.6.2"
(defproject info.sunng/ring-jetty9-adapter-http3 "0.6.3"
:description "Ring adapter for jetty 9 and above, meta package for http3"
:url "http://github.com/sunng87/ring-jetty9-adapter"
:license {:name "Eclipse Public License"
Expand Down
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def jetty-version "12.0.15")
(def jetty-version "12.0.16")

(defproject info.sunng/ring-jetty9-adapter "0.36.1-SNAPSHOT"
:description "Ring adapter for jetty9, which supports websocket and spdy"
Expand All @@ -8,8 +8,8 @@
:dependencies [[org.clojure/clojure "1.12.0"]
[org.ring-clojure/ring-core-protocols "1.13.0"]
[org.ring-clojure/ring-websocket-protocols "1.13.0"]
[info.sunng/ring-jetty9-adapter-http2 "0.1.2" :optional true]
[info.sunng/ring-jetty9-adapter-http3 "0.6.2" :optional true]
[info.sunng/ring-jetty9-adapter-http2 "0.1.3" :optional true]
[info.sunng/ring-jetty9-adapter-http3 "0.6.3" :optional true]
[org.eclipse.jetty/jetty-server ~jetty-version]
[org.eclipse.jetty/jetty-util ~jetty-version]
[org.eclipse.jetty.websocket/jetty-websocket-jetty-api ~jetty-version]
Expand All @@ -20,7 +20,7 @@
:aot [ring.adapter.jetty9.handlers.sync
ring.adapter.jetty9.handlers.async]
:profiles {:dev {:dependencies [[clj-http "3.13.0"]
[less-awful-ssl "1.0.6"]
[less-awful-ssl "1.0.7"]
[org.eclipse.jetty/jetty-slf4j-impl ~jetty-version]
#_[stylefruits/gniazdo "1.1.4"]]
:resource-paths ["dev-resources"]}
Expand Down

0 comments on commit 312097a

Please sign in to comment.