Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Nov 6, 2023
1 parent 82f4d27 commit ff47650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ring-core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:dependencies [[org.clojure/clojure "1.7.0"]
[org.ring-clojure/ring-websocket-protocols "1.11.0-beta2"]
[ring/ring-codec "1.2.0"]
[commons-io "2.14.0"]
[commons-io "2.15.0"]
[org.apache.commons/commons-fileupload2-core "2.0.0-M1"]
[crypto-random "1.2.1"]
[crypto-equality "1.0.1"]]
Expand Down
4 changes: 2 additions & 2 deletions ring-jetty-adapter/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
:dependencies [[org.clojure/clojure "1.7.0"]
[ring/ring-core "1.11.0-beta2"]
[org.ring-clojure/ring-jakarta-servlet "1.11.0-beta2"]
[org.eclipse.jetty/jetty-server "11.0.17"]
[org.eclipse.jetty.websocket/websocket-jetty-server "11.0.17"]]
[org.eclipse.jetty/jetty-server "11.0.18"]
[org.eclipse.jetty.websocket/websocket-jetty-server "11.0.18"]]
:aliases {"test-all" ["with-profile" "default:+1.8:+1.9:+1.10:+1.11" "test"]}
:profiles
{:dev {:dependencies [[clj-http "3.12.3"]
Expand Down

0 comments on commit ff47650

Please sign in to comment.