Skip to content

Commit 6cc7ad8

Browse files
committed
Update dependencies
Excepting Jetty, as there seems to be a regression between 12.0.21 and 12.0.22. See: jetty/jetty.project#13502
1 parent 1e7b31a commit 6cc7ad8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ring-core/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[org.ring-clojure/ring-core-protocols "1.15.0-beta1"]
99
[org.ring-clojure/ring-websocket-protocols "1.15.0-beta1"]
1010
[ring/ring-codec "1.3.0"]
11-
[commons-io "2.19.0"]
11+
[commons-io "2.20.0"]
1212
[org.apache.commons/commons-fileupload2-core "2.0.0-M4"]
1313
[crypto-random "1.2.1"]
1414
[crypto-equality "1.0.1"]]

ring-devel/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:url "http://opensource.org/licenses/MIT"}
77
:dependencies [[org.clojure/clojure "1.9.0"]
88
[ring/ring-core "1.15.0-beta1"]
9-
[hiccup "1.0.5"]
9+
[hiccup "2.0.0"]
1010
[clj-stacktrace "0.2.8"]
1111
[ns-tracker "1.0.0"]]
1212
:aliases {"test-all" ["with-profile" "default:+1.10:+1.11:+1.12" "test"]}

ring-jetty-adapter/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[org.eclipse.jetty.ee9.websocket/jetty-ee9-websocket-jetty-server "12.0.21"]]
1515
:aliases {"test-all" ["with-profile" "default:+1.10:+1.11:+1.12" "test"]}
1616
:profiles
17-
{:dev {:dependencies [[clj-http "3.13.0"]
17+
{:dev {:dependencies [[clj-http "3.13.1"]
1818
[less-awful-ssl "1.0.7"]
1919
[hato "1.0.0"]]
2020
:jvm-opts ["-Dorg.eclipse.jetty.server.HttpChannelState.DEFAULT_TIMEOUT=500"]}

0 commit comments

Comments
 (0)