mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
update deps
This commit is contained in:
parent
1f18cbe747
commit
0c93cfb1f9
2 changed files with 19 additions and 8 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -14,6 +14,17 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
* updated deps:
|
||||||
|
|
||||||
|
```clj
|
||||||
|
[metosin/malli "0.3.0_SNAPSHOT"] is available but we use "0.2.1"
|
||||||
|
[metosin/schema-tools "0.12.3"] is available but we use "0.12.2"
|
||||||
|
[ring/ring-core "1.9.1"] is available but we use "1.9.0"
|
||||||
|
[metosin/schema-tools "0.12.3"] is available but we use "0.12.2"
|
||||||
|
[expound "0.8.9"] is available but we use "0.8.7"
|
||||||
|
[ring "1.9.1"] is available but we use "1.9.0"
|
||||||
|
```
|
||||||
|
|
||||||
### `reitit-ring`
|
### `reitit-ring`
|
||||||
|
|
||||||
* Make reitit.ring/create-resource-handler's `:not-found-handler` work when used outside of a router. [#464](https://github.com/metosin/reitit/issues/464). PR [#471](https://github.com/metosin/reitit/pull/471) by Kari Marttila and Metosin Maintenance Mob.
|
* Make reitit.ring/create-resource-handler's `:not-found-handler` work when used outside of a router. [#464](https://github.com/metosin/reitit/issues/464). PR [#471](https://github.com/metosin/reitit/pull/471) by Kari Marttila and Metosin Maintenance Mob.
|
||||||
|
|
|
||||||
16
project.clj
16
project.clj
|
|
@ -29,11 +29,11 @@
|
||||||
[metosin/reitit-pedestal "0.5.12"]
|
[metosin/reitit-pedestal "0.5.12"]
|
||||||
[metosin/ring-swagger-ui "3.36.0"]
|
[metosin/ring-swagger-ui "3.36.0"]
|
||||||
[metosin/spec-tools "0.10.5"]
|
[metosin/spec-tools "0.10.5"]
|
||||||
[metosin/schema-tools "0.12.2"]
|
[metosin/schema-tools "0.12.3"]
|
||||||
[metosin/muuntaja "0.6.8"]
|
[metosin/muuntaja "0.6.8"]
|
||||||
[metosin/jsonista "0.3.1"]
|
[metosin/jsonista "0.3.1"]
|
||||||
[metosin/sieppari "0.0.0-alpha13"]
|
[metosin/sieppari "0.0.0-alpha13"]
|
||||||
[metosin/malli "0.2.1"]
|
[metosin/malli "0.3.0-SNAPSHOT"]
|
||||||
|
|
||||||
;; https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111
|
;; https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111
|
||||||
[com.fasterxml.jackson.core/jackson-core "2.12.1"]
|
[com.fasterxml.jackson.core/jackson-core "2.12.1"]
|
||||||
|
|
@ -41,14 +41,14 @@
|
||||||
|
|
||||||
[meta-merge "1.0.0"]
|
[meta-merge "1.0.0"]
|
||||||
[fipp "0.6.23" :exclusions [org.clojure/core.rrb-vector]]
|
[fipp "0.6.23" :exclusions [org.clojure/core.rrb-vector]]
|
||||||
[expound "0.8.7"]
|
[expound "0.8.9"]
|
||||||
[lambdaisland/deep-diff "0.0-47"]
|
[lambdaisland/deep-diff "0.0-47"]
|
||||||
[com.bhauman/spell-spec "0.1.2"]
|
[com.bhauman/spell-spec "0.1.2"]
|
||||||
[ring/ring-core "1.9.0"]
|
[ring/ring-core "1.9.1"]
|
||||||
|
|
||||||
[io.pedestal/pedestal.service "0.5.8"]]
|
[io.pedestal/pedestal.service "0.5.8"]]
|
||||||
|
|
||||||
:plugins [[jonase/eastwood "0.3.13"]
|
:plugins [[jonase/eastwood "0.3.14"]
|
||||||
;[lein-virgil "0.1.7"]
|
;[lein-virgil "0.1.7"]
|
||||||
[lein-doo "0.1.11"]
|
[lein-doo "0.1.11"]
|
||||||
[lein-cljsbuild "1.1.8"]
|
[lein-cljsbuild "1.1.8"]
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
[org.clojure/clojurescript "1.10.773"]
|
[org.clojure/clojurescript "1.10.773"]
|
||||||
|
|
||||||
;; modules dependencies
|
;; modules dependencies
|
||||||
[metosin/schema-tools "0.12.2"]
|
[metosin/schema-tools "0.12.3"]
|
||||||
[metosin/spec-tools "0.10.5"]
|
[metosin/spec-tools "0.10.5"]
|
||||||
[metosin/muuntaja "0.6.8"]
|
[metosin/muuntaja "0.6.8"]
|
||||||
[metosin/sieppari "0.0.0-alpha13"]
|
[metosin/sieppari "0.0.0-alpha13"]
|
||||||
|
|
@ -90,12 +90,12 @@
|
||||||
[lambdaisland/deep-diff "0.0-47"]
|
[lambdaisland/deep-diff "0.0-47"]
|
||||||
[meta-merge "1.0.0"]
|
[meta-merge "1.0.0"]
|
||||||
[com.bhauman/spell-spec "0.1.2"]
|
[com.bhauman/spell-spec "0.1.2"]
|
||||||
[expound "0.8.7"]
|
[expound "0.8.9"]
|
||||||
[fipp "0.6.23"]
|
[fipp "0.6.23"]
|
||||||
|
|
||||||
[orchestra "2021.01.01-1"]
|
[orchestra "2021.01.01-1"]
|
||||||
|
|
||||||
[ring "1.9.0"]
|
[ring "1.9.1"]
|
||||||
[ikitommi/immutant-web "3.0.0-alpha1"]
|
[ikitommi/immutant-web "3.0.0-alpha1"]
|
||||||
[metosin/ring-http-response "0.9.2"]
|
[metosin/ring-http-response "0.9.2"]
|
||||||
[metosin/ring-swagger-ui "3.36.0"]
|
[metosin/ring-swagger-ui "3.36.0"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue