Skip to content

Commit

Permalink
fix(deps): update ring dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 27, 2025
1 parent ca9ca24 commit 930a6e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
:password :env/clojars_token}]]
:profiles {:dev {:dependencies [;; for internal test server
[clj-kondo/clj-kondo "RELEASE"]
[ring/ring "1.12.2"]
[ring/ring-core "1.12.2"]
[ring/ring-defaults "0.5.0"]
[ring/ring "1.13.0"]
[ring/ring-core "1.13.0"]
[ring/ring-defaults "0.6.0"]
[hiccup "1.0.5"]
[clj-http "3.13.0"]
[ring/ring-jetty-adapter "1.12.2"]
[ring/ring-jetty-adapter "1.13.0"]
[org.clojure/data.json "2.5.0"]]
:source-paths ["dev-src/clj"]
:resource-paths ["res" "pdf"]
Expand Down

0 comments on commit 930a6e3

Please sign in to comment.