Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Feb 27, 2021
1 parent 1f18cbe commit 0c93cfb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino

## 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`

* 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.
Expand Down
16 changes: 8 additions & 8 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
[metosin/reitit-pedestal "0.5.12"]
[metosin/ring-swagger-ui "3.36.0"]
[metosin/spec-tools "0.10.5"]
[metosin/schema-tools "0.12.2"]
[metosin/schema-tools "0.12.3"]
[metosin/muuntaja "0.6.8"]
[metosin/jsonista "0.3.1"]
[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
[com.fasterxml.jackson.core/jackson-core "2.12.1"]
[com.fasterxml.jackson.core/jackson-databind "2.12.1"]

[meta-merge "1.0.0"]
[fipp "0.6.23" :exclusions [org.clojure/core.rrb-vector]]
[expound "0.8.7"]
[expound "0.8.9"]
[lambdaisland/deep-diff "0.0-47"]
[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"]]

:plugins [[jonase/eastwood "0.3.13"]
:plugins [[jonase/eastwood "0.3.14"]
;[lein-virgil "0.1.7"]
[lein-doo "0.1.11"]
[lein-cljsbuild "1.1.8"]
Expand Down Expand Up @@ -81,7 +81,7 @@
[org.clojure/clojurescript "1.10.773"]

;; modules dependencies
[metosin/schema-tools "0.12.2"]
[metosin/schema-tools "0.12.3"]
[metosin/spec-tools "0.10.5"]
[metosin/muuntaja "0.6.8"]
[metosin/sieppari "0.0.0-alpha13"]
Expand All @@ -90,12 +90,12 @@
[lambdaisland/deep-diff "0.0-47"]
[meta-merge "1.0.0"]
[com.bhauman/spell-spec "0.1.2"]
[expound "0.8.7"]
[expound "0.8.9"]
[fipp "0.6.23"]

[orchestra "2021.01.01-1"]

[ring "1.9.0"]
[ring "1.9.1"]
[ikitommi/immutant-web "3.0.0-alpha1"]
[metosin/ring-http-response "0.9.2"]
[metosin/ring-swagger-ui "3.36.0"]
Expand Down

0 comments on commit 0c93cfb

Please sign in to comment.