Update Ring to 1.7.1

This commit is contained in:
Tommi Reiman 2018-10-30 20:24:44 +02:00
parent 3db3ec68f3
commit 61aa981da7
2 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## UNRELEASED
## 0.2.5 (2018-10-30)
## `reitit-ring`
@ -23,6 +23,12 @@
; {:status 308, :headers {"Location" "/pong/"}, :body ""}
```
* updated deps:
```clj
[ring/ring-core "1.7.1"] is available but we use "1.7.0"
```
## `reitit-http`
* router is injected into request also in the default branch

View file

@ -23,7 +23,7 @@
[metosin/reitit-frontend "0.2.4"]
[metosin/reitit-sieppari "0.2.4"]
[meta-merge "1.0.0"]
[ring/ring-core "1.7.0"]
[ring/ring-core "1.7.1"]
[metosin/spec-tools "0.8.0"]
[metosin/schema-tools "0.10.4"]
[metosin/ring-swagger-ui "2.2.10"]