Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Fixes #506.
  • Loading branch information
weavejester committed Jun 13, 2024
1 parent ab3889c commit 95a9df9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ring-core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[org.ring-clojure/ring-core-protocols "1.12.1"]
[org.ring-clojure/ring-websocket-protocols "1.12.1"]
[ring/ring-codec "1.2.0"]
[commons-io "2.15.1"]
[commons-io "2.16.1"]
[org.apache.commons/commons-fileupload2-core "2.0.0-M1"]
[crypto-random "1.2.1"]
[crypto-equality "1.0.1"]]
Expand Down
6 changes: 3 additions & 3 deletions ring-jetty-adapter/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
:dependencies [[org.clojure/clojure "1.9.0"]
[ring/ring-core "1.12.1"]
[org.ring-clojure/ring-jakarta-servlet "1.12.1"]
[org.eclipse.jetty/jetty-server "11.0.20"]
[org.eclipse.jetty.websocket/websocket-jetty-server "11.0.20"]]
[org.eclipse.jetty/jetty-server "11.0.21"]
[org.eclipse.jetty.websocket/websocket-jetty-server "11.0.21"]]
:aliases {"test-all" ["with-profile" "default:+1.10:+1.11:+1.12" "test"]}
:profiles
{:dev {:dependencies [[clj-http "3.12.3"]
{:dev {:dependencies [[clj-http "3.13.0"]
[less-awful-ssl "1.0.6"]
[hato "0.9.0"]]
:jvm-opts ["-Dorg.eclipse.jetty.server.HttpChannelState.DEFAULT_TIMEOUT=500"]}
Expand Down

0 comments on commit 95a9df9

Please sign in to comment.