mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
chore: upgrade deps
This commit is contained in:
parent
8174296fe7
commit
6e7acaedee
2 changed files with 15 additions and 10 deletions
|
|
@ -18,7 +18,12 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
|||
* Updated dependencies:
|
||||
|
||||
```clojure
|
||||
[metosin/malli "0.10.4"] is available but we use "0.10.1"
|
||||
[metosin/ring-swagger-ui "4.18.1"] is available but we use "4.15.5"
|
||||
[metosin/malli "0.11.0"] is available but we use "0.10.4"
|
||||
[ring/ring-core "1.10.0"] is available but we use "1.9.6"
|
||||
[manifold "0.4.0"] is available but we use "0.3.0"
|
||||
[ring "1.10.0"] is available but we use "1.9.6"
|
||||
[nubank/matcher-combinators "3.8.5"] is available but we use "3.8.4"
|
||||
```
|
||||
|
||||
## 0.6.0 (2023-02-21)
|
||||
|
|
|
|||
18
project.clj
18
project.clj
|
|
@ -31,13 +31,13 @@
|
|||
[metosin/reitit-frontend "0.6.0"]
|
||||
[metosin/reitit-sieppari "0.6.0"]
|
||||
[metosin/reitit-pedestal "0.6.0"]
|
||||
[metosin/ring-swagger-ui "4.15.5"]
|
||||
[metosin/ring-swagger-ui "4.18.1"]
|
||||
[metosin/spec-tools "0.10.5"]
|
||||
[metosin/schema-tools "0.13.0"]
|
||||
[metosin/muuntaja "0.6.8"]
|
||||
[metosin/jsonista "0.3.7"]
|
||||
[metosin/sieppari "0.0.0-alpha13"]
|
||||
[metosin/malli "0.10.4"]
|
||||
[metosin/malli "0.11.0"]
|
||||
|
||||
;; https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111
|
||||
[com.fasterxml.jackson.core/jackson-core "2.14.2"]
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
[expound "0.9.0"]
|
||||
[lambdaisland/deep-diff "0.0-47"]
|
||||
[com.bhauman/spell-spec "0.1.2"]
|
||||
[ring/ring-core "1.9.6"]
|
||||
[ring/ring-core "1.10.0"]
|
||||
|
||||
[io.pedestal/pedestal.service "0.5.10"]]
|
||||
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
[metosin/muuntaja "0.6.8"]
|
||||
[metosin/sieppari "0.0.0-alpha13"]
|
||||
[metosin/jsonista "0.3.7"]
|
||||
[metosin/malli "0.10.4"]
|
||||
[metosin/malli "0.11.0"]
|
||||
[lambdaisland/deep-diff "0.0-47"]
|
||||
[meta-merge "1.0.0"]
|
||||
[com.bhauman/spell-spec "0.1.2"]
|
||||
|
|
@ -101,21 +101,21 @@
|
|||
|
||||
[orchestra "2021.01.01-1"]
|
||||
|
||||
[ring "1.9.6"]
|
||||
[ring "1.10.0"]
|
||||
[ikitommi/immutant-web "3.0.0-alpha1"]
|
||||
[metosin/ring-http-response "0.9.3"]
|
||||
[metosin/ring-swagger-ui "4.15.5"]
|
||||
[metosin/ring-swagger-ui "4.18.1"]
|
||||
|
||||
[criterium "0.4.6"]
|
||||
[org.clojure/test.check "1.1.1"]
|
||||
[org.clojure/tools.namespace "1.4.4"]
|
||||
[com.gfredericks/test.chuck "0.2.14"]
|
||||
[nubank/matcher-combinators "3.8.4"]
|
||||
[nubank/matcher-combinators "3.8.5"]
|
||||
|
||||
[io.pedestal/pedestal.service "0.5.10"]
|
||||
|
||||
[org.clojure/core.async "1.6.673"]
|
||||
[manifold "0.3.0"]
|
||||
[manifold "0.4.0"]
|
||||
[funcool/promesa "10.0.594"]
|
||||
|
||||
[com.clojure-goes-fast/clj-async-profiler "1.0.3"]
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
[io.pedestal/pedestal.jetty "0.5.10"]
|
||||
[calfpath "0.8.1"]
|
||||
[org.clojure/core.async "1.6.673"]
|
||||
[manifold "0.3.0"]
|
||||
[manifold "0.4.0"]
|
||||
[funcool/promesa "10.0.594"]
|
||||
[metosin/sieppari]
|
||||
[yada "1.2.16"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue